Gets the absolute value of a System.Numerics.BigInteger object.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static BigInteger Abs( BigInteger value )
Parameters
- value
- Type: Renci.SshNet.Common BigInteger
A number.
Return Value
The absolute value of value.See Also