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

Definition

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

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

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