Share via


SByte.INumberBase<SByte>.MinMagnitudeNumber(SByte, SByte) Metoda

Definice

Porovná dvě hodnoty pro výpočet, který má menší velikost a vrátí druhou hodnotu, pokud je NaNvstup .

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

Parametry

x
SByte

Hodnota, která se má porovnat s y.

y
SByte

Hodnota, která se má porovnat s x.

Návraty

x pokud je menší než y, jinak hodnota y.

Implementuje

Platí pro