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