UIntPtr.INumber<UIntPtr>.MaxNumber(UIntPtr, UIntPtr) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。