BigInteger: Max

Max

Returns the maximum of this instance and a second BigInteger instance.



 Public Function Max(
	  ByVal Value As BigInteger ) As BigInteger

Parameters

Value
[ByVal] BigInteger. One of the two values to be tested.

Return Values

BigInteger -  If this instance is equal to or greater than Value, then this instance is returned, otherwise value is returned.

If Value is Nothing it will be treated as zero.

See Also

Project CorLib Overview

Class BigInteger Overview