Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector IntPower(TVec *Base, int Exponent); | Compute the integer power function. |
| 2 | Matrix IntPower(TMtx *Base, int Exponent); | Compute the integer power function. |
Overload 1: Vector IntPower(TVec *Base, int Exponent);
Compute the integer power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TVec * | |
| 2 | Exponent | int |
Remarks:
Internally calls Vector::IntPower
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix IntPower(TMtx *Base, int Exponent);
Compute the integer power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TMtx * | |
| 2 | Exponent | int |
Remarks:
Internally calls Matrix::IntPower
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler