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