ILNumerics.Net
Inequality Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexInequality(Int64, complex)
ILNumerics.Net - numeric computing for .NET
Un-equality comparison for 2 complex numbers.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator !=(
	long in1,
	complex in2
)
Public Shared Operator <> ( _
	in1 As Long, _
	in2 As complex _
) As Boolean
public:
static bool operator !=(
	long long in1, 
	complex in2
)
Parameters
in1 (Int64)
The first complex number.
in2 (complex)
The 2nd complex number.
Return Value
true if real and imaginary parts of both inputs are not equal. False otherwise.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)