Returns the bitwise one's complement of a BigInteger value.
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
An integer value.
Return Value
The bitwise one's complement of value.See Also