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

Definition

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

 static short System.Numerics.INumber<System.Int16>.MinNumber(short x, short y) = System::Numerics::INumber<short>::MinNumber;
static short INumber<short>.MinNumber (short x, short y);
static member System.Numerics.INumber<System.Int16>.MinNumber : int16 * int16 -> int16
 Shared Function MinNumber (x As Short, y As Short) As Short Implements INumber(Of Short).MinNumber

Parameters

x
Int16

The value to compare with y.

y
Int16

The value to compare with x.

Returns

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

Implements

Applies to