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

定義

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

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

パラメーター

x
SByte

y比較する値。

y
SByte

x比較する値。

戻り値

x より小さい y場合は 。それ以外の場合 yは 。

実装

適用対象