UIntPtr.INumberBase<UIntPtr>.MaxMagnitude(UIntPtr, UIntPtr) Metodo

Definizione

Confronta due valori per calcolare che è maggiore.

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

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