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

Definizione

Confronta due valori per calcolare che ha la grandezza maggiore e restituisce l'altro valore se un input è 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

Parametri

x
Int16

Valore da confrontare con y.

y
Int16

Valore da confrontare con x.

Restituisce

x se è maggiore di y; in caso contrario, y.

Implementazioni

Si applica a