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

Definice

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

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

Parametry

x
Int64

Hodnota, která se má porovnat s y.

y
Int64

Hodnota, která se má porovnat s x.

Návraty

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

Implementuje

Platí pro