IntPtr.INumberBase<IntPtr>.IsNegativeInfinity(IntPtr) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if a value is negative infinity.
 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
	Parameters
- value
 - 
				
				IntPtr
nativeint
 
The value to be checked.
Returns
true if value is negative infinity; otherwise, false.