Byte.INumber<Byte>.MaxNumber(Byte, Byte) Metodo

Definizione

Confronta due valori con il calcolo che è maggiore e restituisce l'altro valore se un input è 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

Parametri

x
Byte

Valore da confrontare con y.

y
Byte

Valore da confrontare con x.

Restituisce

x se è maggiore di y; in caso contrario, y.

Implementazioni

Si applica a