Double..::..IsNegativeInfinity Method
Returns a value indicating whether the specified number evaluates to negative infinity.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsNegativeInfinity( double d )
<TemplateAttribute> _ Public Shared Function IsNegativeInfinity ( _ d As Double _ ) As Boolean
[TemplateAttribute] public: static bool^ IsNegativeInfinity( double^ d )
Parameters
- d
- Type: System..::..Double
A double-precision floating-point number.