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

Definition

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

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

Parameters

x
Int16

The value to compare with y.

y
Int16

The value to compare with x.

Returns

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

Implements

Applies to