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

定義

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

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

パラメーター

x
IntPtr

nativeint

y比較する値。

y
IntPtr

nativeint

x比較する値。

戻り値

IntPtr

nativeint

x より小さい y場合は 。それ以外の場合 yは 。

実装

適用対象