Returns the absolute value of a number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigInteger Abs(
BigInteger value
)
Public Shared Function Abs (
value As BigInteger
) As BigInteger
public:
static BigInteger Abs(
BigInteger value
)
static member Abs :
value : BigInteger -> BigInteger
Parameters
- value
- Type: Extreme.MathematicsBigInteger
A BigInteger.
Return Value
Type:
BigIntegerThe absolute value of
value.
Reference