Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Mul(const X: TMtxInt; const Y: TMtxVecInt; const Z: TMtxVecInt): MatrixInt; | Result = X*Y*Z |
| 2 | function Mul(const X: TMtxInt; const Y: TMtxVecInt; const Z: Integer): MatrixInt; | Result = X*Y*zScalar |
| 3 | function Mul(const X: TVecInt; const Y: TMtxVecInt; const Z: TMtxVecInt): VectorInt; | Result = X*Y*Z |
| 4 | function Mul(const X: TVecInt; const Y: TMtxVecInt; const Z: Integer): VectorInt; | Result = X*Y*zScalar |