Byte.INumberBase<Byte>.MinMagnitudeNumber(Byte, Byte) Metodo

Definizione

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

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

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