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

定義

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

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

パラメーター

x
UInt16

y比較する値。

y
UInt16

x比較する値。

戻り値

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

実装

適用対象