UInt32.INumber<UInt32>.MinNumber(UInt32, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compare deux valeurs au calcul, ce qui est inférieur et retourne l’autre valeur si une entrée est NaN
.
static System::UInt32 System.Numerics.INumber<System.UInt32>.MinNumber(System::UInt32 x, System::UInt32 y) = System::Numerics::INumber<System::UInt32>::MinNumber;
static uint INumber<uint>.MinNumber (uint x, uint y);
static member System.Numerics.INumber<System.UInt32>.MinNumber : uint32 * uint32 -> uint32
Shared Function MinNumber (x As UInteger, y As UInteger) As UInteger Implements INumber(Of UInteger).MinNumber
Paramètres
- x
- UInt32
Valeur à comparer à y
.
- y
- UInt32
Valeur à comparer à x
.
Retours
x
s’il est inférieur à y
; sinon, y
.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.