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