Max
Returns the maximum of the two BigInteger values.
Public Function Max(
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 equal or greater than 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