Matrix.NotEqual Operator

Overload List

#SignatureDescription
1class operator NotEqual(const Left: Matrix; const Right: Matrix): Boolean;Returns true, if any elements in Left are not equal to Right.
2class operator NotEqual(const Left: Matrix; const Right: TCplx): Boolean;Returns true, if any elements in Left are not equal to Right.
3class operator NotEqual(const Left: Matrix; const Right: TMtx): Boolean;Returns true, if any elements in Left are not equal to Right.
4class operator NotEqual(const Left: Matrix; const Right: TVec): Boolean;Returns true, if any elements in Left are not equal to Right.
5class operator NotEqual(const Left: Matrix; const Right: Double): Boolean;Returns true, if any elements in Left are not equal to Right.
6class operator NotEqual(const Left: TCplx; const Right: Matrix): Boolean;Returns true, if any elements in Right are not equal to Left.
7class operator NotEqual(const Left: TMtx; const Right: Matrix): Boolean;Returns true, if any elements in Left are not equal to Right.
8class operator NotEqual(const Left: TVec; const Right: Matrix): Boolean;Returns true, if any elements in Left are not equal to Right.
9class operator NotEqual(const Left: Double; const Right: Matrix): Boolean;Returns true, if any elements in Right are not equal to Left.

Overload 1: class operator NotEqual(const Left: Matrix; const Right: Matrix): Boolean;

Returns true, if any elements in Left are not equal to Right.

#NameTypeDescription
1LeftMatrix
2RightMatrix

Returns: Boolean

Remarks:

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.

#NameTypeDescription
1LeftMatrix
2RightTCplxscalar

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.

#NameTypeDescription
1LeftMatrix
2RightTMtxsource TMtx

Returns: Boolean

Remarks:

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.

#NameTypeDescription
1LeftMatrix
2RightTVecsource TVec

Returns: Boolean

Remarks:

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.

#NameTypeDescription
1LeftMatrix
2RightDoublescalar

Returns: Boolean

Remarks:

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.

#NameTypeDescription
1LeftTCplxscalar
2RightMatrix

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.

#NameTypeDescription
1LeftTMtxsource TMtx
2RightMatrix

Returns: Boolean

Remarks:

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.

#NameTypeDescription
1LeftTVecsource TVec
2RightMatrix

Returns: Boolean

Remarks:

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.

#NameTypeDescription
1LeftDoublescalar
2RightMatrix

Returns: Boolean