IComplexIeeeOperations<T, U>.IsComplexInfinity Method

Returns whether any component of a complex number is infinite.

Definition

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