Overload List
| # | Signature | Description |
|---|---|---|
| 1 | MatrixInt DivideC(TMtxInt X, TMtxVecInt Y, Int32 Z) | Result = X / (Y*zScale) |
| 2 | VectorInt DivideC(TVecInt X, TMtxVecInt Y, Int32 Z) | Result = X / (Y*zScale) |
Overload 1: MatrixInt DivideC(TMtxInt X, TMtxVecInt Y, Int32 Z)
Compute X / (Y*zScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source TMtxInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | Z | Int32 |
Returns: MatrixInt
Overload 2: VectorInt DivideC(TVecInt X, TMtxVecInt Y, Int32 Z)
Compute X / (Y*zScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | Z | Int32 |
Returns: VectorInt