Quad.IsPositiveInfinity Method

Returns whether the specified quadruple-precision floating-point number is equal to positive infinity.

Definition

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

Parameters

value  Quad
A quadruple-precision floating-point number.

Return Value

Boolean
true if value is equal to positive infinity; otherwise false.

See Also