BigIntegerStatic: Min

Min

Returns the mininum of the two BigInteger values.



 Public Function Min(
	  ByVal x As BigInteger,
	  ByVal y As BigInteger ) As BigInteger

Parameters

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

Return Values

BigInteger -  If x is less or equal to y, then x is returned, otherwise y is returned.

Values of Nothing will be treated as zero.

See Also

Project CorLib Overview

Class BigIntegerStatic Overview