Checks if the value of a
BigFloat value is negative infinity.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function IsNegativeInfinity ( _
value As BigFloat _
) As Boolean
|
| Visual C++ |
public:
static bool IsNegativeInfinity(
BigFloat^ value
)
|
| F# |
static member IsNegativeInfinity :
value:BigFloat -> bool
|
Return Value
true
True
true
true (True in Visual Basic) if the value to be tested is negative infinity; otherwise
falseFalsefalsefalse (False in Visual Basic).
See Also