BigIntegerStatic: Absolute

Absolute

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



 Public Function Absolute(
	  ByVal x As BigInteger ) As BigInteger

Parameters

x
[ByVal] BigInteger. The BigInteger value to return the absolute value of.

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.

Values of Nothing will be treated as zero.

See Also

Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods Add