Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *IntPower(TOpenCLBase *aBase, int Exponent); | |
| 2 | TOpenCLValue *IntPower(TOpenCLValue *Base, int Exponent); | Power (integer exponent). |
Overload 1: TOpenCLBase *IntPower(TOpenCLBase *aBase, int Exponent);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aBase | TOpenCLBase * | |
| 2 | Exponent | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *IntPower(TOpenCLValue *Base, int Exponent);
Power (integer exponent).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLValue * | |
| 2 | Exponent | int |
Remarks:
Calculate the power Base^(Exponent). For non-integer exponents, the TOpenCLValue::Power method can be used.
See Also: TOpenCLValue::Power
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler