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

実装

適用対象