UInt32.INumber<UInt32>.MaxNumber(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 pour calculer ce qui est supérieur et renvoyer l’autre valeur si une entrée est NaN
.
static System::UInt32 System.Numerics.INumber<System.UInt32>.MaxNumber(System::UInt32 x, System::UInt32 y) = System::Numerics::INumber<System::UInt32>::MaxNumber;
static uint INumber<uint>.MaxNumber (uint x, uint y);
static member System.Numerics.INumber<System.UInt32>.MaxNumber : uint32 * uint32 -> uint32
Shared Function MaxNumber (x As UInteger, y As UInteger) As UInteger Implements INumber(Of UInteger).MaxNumber
Paramètres
- x
- UInt32
Valeur à comparer avec y
.
- y
- UInt32
Valeur à comparer avec x
.
Retours
x
s’il est supé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.