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