Int16.INumberBase<Int16>.MinMagnitudeNumber(Int16, Int16) Method

Definition

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

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

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