Complex<T>.Is Finite Method
Indicates whether a complex number is finite.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
true if the real and imaginary parts of z are finite; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public static bool IsFinite(
Complex<T> z
)
Parameters
Return Value
Booleantrue if the real and imaginary parts of z are finite; otherwise false.
Remarks
Directed infinities are currently not supported.