Sdílet prostřednictvím


UInt128.INumber<UInt128>.MinNumber(UInt128, UInt128) Metoda

Definice

Porovná dvě hodnoty s výpočtem, který je menší, a vrátí druhou hodnotu, pokud je NaNvstup .

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

Parametry

x
UInt128

Hodnota, která se má porovnat s y.

y
UInt128

Hodnota, která se má porovnat s x.

Návraty

xpokud je menší než y; v opačném případě . y

Implementuje

Platí pro