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

定義

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

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

パラメーター

x
SByte

y比較する値。

y
SByte

x比較する値。

戻り値

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

実装

適用対象