Int64.INumber<Int64>.MinNumber(Int64, Int64) Method 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two values to compute which is lesser and returning the other value if an input is NaN.
 static long System.Numerics.INumber<System.Int64>.MinNumber(long x, long y) = System::Numerics::INumber<long>::MinNumber;
	static long INumber<long>.MinNumber(long x, long y);
	static member System.Numerics.INumber<System.Int64>.MinNumber : int64 * int64 -> int64
	 Shared Function MinNumber (x As Long, y As Long) As Long Implements INumber(Of Long).MinNumber
	Parameters
- x
 - Int64
 
The value to compare with y.
- y
 - Int64
 
The value to compare with x.
Returns
x if it is less than y; otherwise, y.