UIntPtr.INumberBase<UIntPtr>.MaxMagnitudeNumber Metodo

Definizione

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

 static UIntPtr System.Numerics.INumberBase<nuint>.MaxMagnitudeNumber(UIntPtr x, UIntPtr y) = System::Numerics::INumberBase<UIntPtr>::MaxMagnitudeNumber;
static UIntPtr INumberBase<UIntPtr>.MaxMagnitudeNumber (UIntPtr x, UIntPtr y);
static member System.Numerics.INumberBase<nuint>.MaxMagnitudeNumber : unativeint * unativeint -> unativeint
 Shared Function MaxMagnitudeNumber (x As UIntPtr, y As UIntPtr) As UIntPtr Implements INumberBase(Of UIntPtr).MaxMagnitudeNumber

Parametri

x
UIntPtr

unativeint

Valore da confrontare con y.

y
UIntPtr

unativeint

Valore da confrontare con x.

Restituisce

UIntPtr

unativeint

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

Implementazioni

Si applica a