Byte.INumber<Byte>.MaxNumber(Byte, Byte) 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, ce qui est supérieur et retourne l’autre valeur si une entrée est NaN
.
static System::Byte System.Numerics.INumber<System.Byte>.MaxNumber(System::Byte x, System::Byte y) = System::Numerics::INumber<System::Byte>::MaxNumber;
static byte INumber<byte>.MaxNumber(byte x, byte y);
static member System.Numerics.INumber<System.Byte>.MaxNumber : byte * byte -> byte
Shared Function MaxNumber (x As Byte, y As Byte) As Byte Implements INumber(Of Byte).MaxNumber
- x
- Byte
Valeur à comparer à y
.
- y
- Byte
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: