Int32.INumber<Int32>.MinNumber(Int32, Int32) Method

Definition

Compares two values to compute which is lesser and returning the other value if an input is NaN.

 static int System.Numerics.INumber<System.Int32>.MinNumber(int x, int y) = System::Numerics::INumber<int>::MinNumber;
static int INumber<int>.MinNumber (int x, int y);
static member System.Numerics.INumber<System.Int32>.MinNumber : int * int -> int
 Shared Function MinNumber (x As Integer, y As Integer) As Integer Implements INumber(Of Integer).MinNumber

Parameters

x
Int32

The value to compare with y.

y
Int32

The value to compare with x.

Returns

x if it is less than y; otherwise, y.

Implements

Applies to