Big Float.Is Negative Infinity Method
Checks if the value of a BigFloat value is negative infinity.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the value to be tested is negative infinity; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool IsNegativeInfinity(
BigFloat value
)
Parameters
Return Value
Booleantrue if the value to be tested is negative infinity; otherwise false.