IntPtr.INumberBase<IntPtr>.IsNegativeInfinity(IntPtr) Method

Definition

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.

Implements

Applies to