BigIntegerStatic: Absolute |
Returns the absolute (positive or zero) value of this instance.
Public Function Absolute( ByVal Value As BigInteger ) As BigInteger
If the value is already positive or zero, then the same object instance is returned. If the value is negative, then the negated value is returned.
Value is Nothing it will be treated as zero.