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

定義

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

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

パラメーター

x
IntPtr

nativeint

y比較する値。

y
IntPtr

nativeint

x比較する値。

戻り値

IntPtr

nativeint

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

実装

適用対象