BigInteger: Min

Min

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



 Public Function Min(
	  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 less than or equal to 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