UInt32.INumberBase<UInt32>.MaxMagnitudeNumber(UInt32, UInt32) Méthode
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 qui a la plus grande amplitude et retourne l’autre valeur si une entrée est NaN
.
static System::UInt32 System.Numerics.INumberBase<System.UInt32>.MaxMagnitudeNumber(System::UInt32 x, System::UInt32 y) = System::Numerics::INumberBase<System::UInt32>::MaxMagnitudeNumber;
static uint INumberBase<uint>.MaxMagnitudeNumber(uint x, uint y);
static member System.Numerics.INumberBase<System.UInt32>.MaxMagnitudeNumber : uint32 * uint32 -> uint32
Shared Function MaxMagnitudeNumber (x As UInteger, y As UInteger) As UInteger Implements INumberBase(Of UInteger).MaxMagnitudeNumber
- x
- UInt32
Valeur à comparer à y
.
- y
- UInt32
Valeur à comparer à x
.
x
s’il est supérieur à y
; sinon, y
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :