Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt DivideC(TVecInt *X, TMtxVecInt *Y, const int Z); | Compute X / (Y*zScale) |
| 2 | MatrixInt DivideC(TMtxInt *X, TMtxVecInt *Y, const int Z); | Compute X / (Y*zScale) |
Overload 1: VectorInt DivideC(TVecInt *X, TMtxVecInt *Y, const int Z);
Compute X / (Y*zScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | Z | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 2: MatrixInt DivideC(TMtxInt *X, TMtxVecInt *Y, const int Z);
Compute X / (Y*zScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * | |
| 2 | Y | TMtxVecInt * | |
| 3 | Z | const int |
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler