UInt32.INumberBase<UInt32>.MinMagnitude(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.
static System::UInt32 System.Numerics.INumberBase<System.UInt32>.MinMagnitude(System::UInt32 x, System::UInt32 y) = System::Numerics::INumberBase<System::UInt32>::MinMagnitude;
static uint INumberBase<uint>.MinMagnitude (uint x, uint y);
static member System.Numerics.INumberBase<System.UInt32>.MinMagnitude : uint32 * uint32 -> uint32
Shared Function MinMagnitude (x As UInteger, y As UInteger) As UInteger Implements INumberBase(Of UInteger).MinMagnitude
Paramètres
- x
- UInt32
Valeur à comparer avec y
.
- y
- UInt32
Valeur à comparer avec 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.