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

Definizione

Confronta due valori per calcolare che è minore e restituisce l'altro valore se un input è NaN.

 static System::Byte System.Numerics.INumber<System.Byte>.MinNumber(System::Byte x, System::Byte y) = System::Numerics::INumber<System::Byte>::MinNumber;
static byte INumber<byte>.MinNumber (byte x, byte y);
static member System.Numerics.INumber<System.Byte>.MinNumber : byte * byte -> byte
 Shared Function MinNumber (x As Byte, y As Byte) As Byte Implements INumber(Of Byte).MinNumber

Parametri

x
Byte

Valore da confrontare con y.

y
Byte

Valore da confrontare con x.

Restituisce

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

Implementazioni

Si applica a