Negates a specified System.Numerics.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 Negate( BigInteger value )
Parameters
- value
- Type: Renci.SshNet.Common BigInteger
The value to negate.
Return Value
The result of the value parameter multiplied by negative one (-1).See Also