TMtxSmallInt::operator* Operator

Overload List

#SignatureDescription
1MatrixInt operator*(const MatrixInt &Left, TMtxInt *Right);Multiply all elements in Left with corresponding elements in Right.
2MatrixInt operator*(TMtxInt *Left, const MatrixInt &Right);Multiply all elements in Left with corresponding elements in Right.

Overload 1: MatrixInt operator*(const MatrixInt &Left, TMtxInt *Right);

Multiply all elements in Left with corresponding elements in Right.

#NameTypeDescription
1Leftconst MatrixInt &
2RightTMtxInt *
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 2: MatrixInt operator*(TMtxInt *Left, const MatrixInt &Right);

Multiply all elements in Left with corresponding elements in Right.

#NameTypeDescription
1LeftTMtxInt *
2Rightconst MatrixInt &
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler