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

Definizione

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

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

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