IntPtr.INumberBase<IntPtr>.IsNegativeInfinity(IntPtr) メソッド

定義

値が負の無限大かどうかを判断します。

 static bool System.Numerics.INumberBase<nint>.IsNegativeInfinity(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsNegativeInfinity;
static bool INumberBase<IntPtr>.IsNegativeInfinity (IntPtr value);
static member System.Numerics.INumberBase<nint>.IsNegativeInfinity : nativeint -> bool
 Shared Function IsNegativeInfinity (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsNegativeInfinity

パラメーター

value
IntPtr

nativeint

チェックする値。

戻り値

true が負の無限大の場合 value は 。それ以外の場合 falseは 。

実装

適用対象