UIntPtr.INumberBase<UIntPtr>.MinMagnitudeNumber Metodo

Definizione

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

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

Parametri

x
UIntPtr

unativeint

Valore da confrontare con y.

y
UIntPtr

unativeint

Valore da confrontare con x.

Restituisce

UIntPtr

unativeint

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

Implementazioni

Si applica a