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