Increments a BigInteger value by 1.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static BigInteger operator ++( BigInteger value )
Parameters
- value
- Type: Renci.SshNet.Common BigInteger
The value to increment.
Return Value
The value of the value parameter incremented by 1.See Also