Overload List
Overload 1: class operator NotEqual(const Left: Matrix; const Right: Matrix): Boolean;
Returns true, if any elements in Left are not equal to Right.
Returns: Boolean
Size or Complex properties also do not match.
Overload 2: class operator NotEqual(const Left: Matrix; const Right: TCplx): Boolean;
Returns true, if any elements in Left are not equal to Right.
Returns: Boolean
Overload 3: class operator NotEqual(const Left: Matrix; const Right: TMtx): Boolean;
Returns true, if any elements in Left are not equal to Right.
Returns: Boolean
Size or Complex properties also do not match.
Overload 4: class operator NotEqual(const Left: Matrix; const Right: TVec): Boolean;
Returns true, if any elements in Left are not equal to Right.
Returns: Boolean
Size or Complex properties also do not match.
Overload 5: class operator NotEqual(const Left: Matrix; const Right: Double): Boolean;
Returns true, if any elements in Left are not equal to Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | Matrix | |
| 2 | Right | Double | scalar |
Returns: Boolean
Size or Complex properties also do not match.
Overload 6: class operator NotEqual(const Left: TCplx; const Right: Matrix): Boolean;
Returns true, if any elements in Right are not equal to Left.
Returns: Boolean
Overload 7: class operator NotEqual(const Left: TMtx; const Right: Matrix): Boolean;
Returns true, if any elements in Left are not equal to Right.
Returns: Boolean
Size or Complex properties also do not match.
Overload 8: class operator NotEqual(const Left: TVec; const Right: Matrix): Boolean;
Returns true, if any elements in Left are not equal to Right.
Returns: Boolean
Size or Complex properties also do not match.
Overload 9: class operator NotEqual(const Left: Double; const Right: Matrix): Boolean;
Returns true, if any elements in Right are not equal to Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | Double | scalar |
| 2 | Right | Matrix |
Returns: Boolean