Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function DivideC(const X: TMtxInt; const Y: TMtxVecInt; const Z: Integer): MatrixInt; | Result = X / (Y*zScale) |
| 2 | function DivideC(const X: TVecInt; const Y: TMtxVecInt; const Z: Integer): VectorInt; | Result = X / (Y*zScale) |