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

Definizione

Confronta due valori con il calcolo che è maggiore e restituisce l'altro valore se un input è NaN.

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

Parametri

x
Int64

Valore da confrontare con y.

y
Int64

Valore da confrontare con x.

Restituisce

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

Implementazioni

Si applica a