Int16.INumber<Int16>.MaxNumber(Int16, Int16) Metoda

Definice

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

 static short System.Numerics.INumber<System.Int16>.MaxNumber(short x, short y) = System::Numerics::INumber<short>::MaxNumber;
static short INumber<short>.MaxNumber (short x, short y);
static member System.Numerics.INumber<System.Int16>.MaxNumber : int16 * int16 -> int16
 Shared Function MaxNumber (x As Short, y As Short) As Short Implements INumber(Of Short).MaxNumber

Parametry

x
Int16

Hodnota, která se má porovnat s y.

y
Int16

Hodnota, která se má porovnat s x.

Návraty

x pokud je větší než y, jinak hodnota y.

Implementuje

Platí pro