ILNumerics.Net
IsNegativeInfinity Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

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

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