BigFloat.IsNegativeInfinity Method

Checks if the value of a BigFloat value is negative infinity.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static bool IsNegativeInfinity(
	BigFloat value
)

Parameters

value  BigFloat
The BigFloat value to be tested.

Return Value

Boolean
true if the value to be tested is negative infinity; otherwise false.

See Also