Checks if the value of a
BigFloat value is negative infinity.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static bool IsNegativeInfinity(
BigFloat value
)
Public Shared Function IsNegativeInfinity (
value As BigFloat
) As Boolean
public:
static bool IsNegativeInfinity(
BigFloat^ value
)
static member IsNegativeInfinity :
value : BigFloat -> bool
Parameters
- value
- Type: Extreme.MathematicsBigFloat
The BigFloat value to be tested.
Return Value
Type:
Boolean if the value to be tested is negative infinity; otherwise
.
Reference