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

Definizione

Confronta due valori per calcolare che è maggiore e restituisce l'altro valore se un input è NaN.

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

Parametri

x
Int128

Valore da confrontare con y.

y
Int128

Valore da confrontare con x.

Restituisce

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

Implementazioni

Si applica a