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