ILNumerics.Net
IsFinite Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexIsFinite(complex)
ILNumerics.Net - numeric computing for .NET
test if any of real or imaginary parts are finite
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsFinite(
	complex input
)
Public Shared Function IsFinite ( _
	input As complex _
) As Boolean
public:
static bool IsFinite(
	complex input
)
Parameters
input (complex)
complex number to test
Return Value
true if any of real and imag part is finite

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.3.13.0 (0.9.29.0)