Tests for inequality of two complex numbers.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static bool operator !=( DoubleComplex left, DoubleComplex right ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator <> ( _ left As DoubleComplex, _ right As DoubleComplex _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator !=( DoubleComplex left, DoubleComplex right ) |
Parameters
- left
- Type: CenterSpace.NMath.Core..::.DoubleComplex
A complex number.
- right
- Type: CenterSpace.NMath.Core..::.DoubleComplex
A complex number.