power
We've encountered an issue exporting this macro. Please try exporting again later.
Description
Returns the number raised to the desired power.
Parameters
Return Type
Number
Example
number a = power(2, 3);
print("a= " + a);Prints: a= 8;
See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
