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.

Values of Nothing will be treated as zero.

Remarks

See Also

Project VBCorLib Overview Class BigInteger Overview BigInteger Properties BigInteger Methods IComparable Min