ComplexInequality Operator
Tests the inequality of two complex numbers.
Namespace: Meta.NumericsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static bool operator !=(
Complex z1,
Complex z2
)
Public Shared Operator <> (
z1 As Complex,
z2 As Complex
) As Boolean
public:
static bool operator !=(
Complex z1,
Complex z2
)
static let inline (<>)
z1 : Complex *
z2 : Complex : bool
- z1 Complex
- The first complex number.
- z2 Complex
- The second complex number.
BooleanFalse if the two complex numbers are equal, otherwise true.