Signature
native power(value, exponent);
Description
Returns a value raised to a specified exponent.
Parameters
- value — Value
- exponent — Exponent to raise value to
Returns
Value to the power of exponent