BigFloat.IsPositiveInfinity Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool IsPositiveInfinity(
	BigFloat value
)

Parameters

value  BigFloat
The BigFloat value to be tested.

Return Value

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

Implements

INumberBase<TSelf>.IsPositiveInfinity(TSelf)

See Also