BigInteger: Absolute

Absolute

Returns the absolute (positive or zero) value of this instance.



 Public Function Absolute ( ) As BigInteger

Return Values

BigInteger -  Returns a positive (or zero) value of the current BigInteger instance.

Remarks

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.

See Also

Project CorLib Overview

Class BigInteger Overview