Returns whether the specified quadruple-precision floating-point number is
equal to positive infinity.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static bool IsPositiveInfinity(
Quad value
)
Public Shared Function IsPositiveInfinity (
value As Quad
) As Boolean
public:
static bool IsPositiveInfinity(
Quad value
)
static member IsPositiveInfinity :
value : Quad -> bool
Parameters
- value
- Type: Extreme.MathematicsQuad
A quadruple-precision floating-point number.
Return Value
Type:
Boolean if
value is equal to
positive infinity; otherwise
.
Reference