Int16.INumber<Int16>.MaxNumber(Int16, Int16) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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は 。