Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt operator*(const VectorInt &Left, TVecInt *Right); | Multiply all elements in Left with corresponding elements in Right. |
| 2 | VectorInt operator*(TVecInt *Left, const VectorInt &Right); | Multiply all elements in Left with corresponding elements in Right. |
Overload 1: VectorInt operator*(const VectorInt &Left, TVecInt *Right);
Multiply all elements in Left with corresponding elements in Right.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler