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.

Values of Nothing will be treated as zero.

Remarks

See Also

Project VBCorLib Overview Class BigInteger Overview BigInteger Properties BigInteger Methods Max Modulus