Int16.INumber<Int16>.MaxNumber(Int16, Int16) メソッド

定義

2 つの値を比較して、より大きいを計算し、入力が の場合は NaNもう一方の値を返します。

 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

パラメーター

x
Int16

y比較する値。

y
Int16

x比較する値。

戻り値

x より大きい y場合は 。それ以外の場合 yは 。

実装

適用対象