UInt128.INumberBase<UInt128>.MinMagnitudeNumber メソッド

定義

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

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

パラメーター

x
UInt128

y比較する値。

y
UInt128

x比較する値。

戻り値

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

実装

適用対象