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

Definizione

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

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