ILNumerics.Net - numeric computing for .NET
test if any of real or imaginary parts are neg. infinite

Declaration Syntax
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)