ILNumerics.Net
IsInfinity Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

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

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