IComplexIeeeOperations<T, U>.IsComplexInfinity Method

Returns whether any component of a complex number is infinite.

Definition

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

Parameters

value  T
A complex number.

Return Value

Boolean
true if either or both of the real and imaginary components of value are infinite; otherwise false.

See Also