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

定義

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

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

パラメーター

x
UInt128

y比較する値。

y
UInt128

x比較する値。

戻り値

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

実装

適用対象