Quad.Is
            
            
            Returns whether the specified quadruple-precision floating-point number is 
            equal to negative infinity.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
true if value is equal to negative infinity; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static bool IsNegativeInfinity(
	Quad value
)Parameters
- value Quad
- A quadruple-precision floating-point number.
Return Value
Booleantrue if value is equal to negative infinity; otherwise false.