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

Definizione

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

C#
static ulong INumberBase<ulong>.MaxMagnitudeNumber(ulong x, ulong y);

Parametri

x
UInt64

Valore da confrontare con y.

y
UInt64

Valore da confrontare con x.

Restituisce

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

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9, 10