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

定義

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

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

パラメーター

x
UIntPtr

unativeint

y比較する値。

y
UIntPtr

unativeint

x比較する値。

戻り値

UIntPtr

unativeint

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

実装

適用対象