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

定義

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

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

パラメーター

x
UInt128

y比較する値。

y
UInt128

x比較する値。

戻り値

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

実装

適用対象