UIntPtr.INumber<UIntPtr>.MinNumber(UIntPtr, UIntPtr) Méthode

Définition

Compare deux valeurs au calcul, ce qui est inférieur et retourne l’autre valeur si une entrée est NaN.

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

Paramètres

x
UIntPtr

unativeint

Valeur à comparer à y.

y
UIntPtr

unativeint

Valeur à comparer à x.

Retours

UIntPtr

unativeint

x s’il est inférieur à y; sinon, y.

Implémente

S’applique à