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

Definizione

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

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

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