Quad.IsPositiveInfinity Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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.

Implements

INumberBase<TSelf>.IsPositiveInfinity(TSelf)

See Also