Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix IntPower(TMtx Base, Int32 Exponent) | Result = the integer power function |
| 2 | Vector IntPower(TVec Base, Int32 Exponent) | Result = the integer power function |
Overload 1: Matrix IntPower(TMtx Base, Int32 Exponent)
Compute the integer power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TMtx | source TMtx |
| 2 | Exponent | Int32 |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.IntPower
Overload 2: Vector IntPower(TVec Base, Int32 Exponent)
Compute the integer power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TVec | source TVec |
| 2 | Exponent | Int32 |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.IntPower