IIeeeOperations<T>.IsPositiveInfinity Method

Gets whether the operand equals positive infinity.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
bool IsPositiveInfinity(
	T a
)

Parameters

a  T
A value.

Return Value

Boolean
true if a is positive infinity; otherwise false.

See Also