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

定義

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

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

パラメーター

x
UInt128

yと比較する値。

y
UInt128

xと比較する値。

返品

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

実装

適用対象