This function, when calculated, returns the number raised to the specified power.
Power([Number], [Power])
Where:
Number is the number, or reference to a number, that you want to have raised to a specified power.
Power is what you want to raise the specified number to.
Rule | Meaning |
---|---|
Power(PartQuantityTextBoxReturn, 2) | The Power function will raise the return value of the PartQuantityTextBox to the power of 2. |
PartQuantityTextBoxReturn Value | Power | Result of the POWER function |
---|---|---|
3 | 2 | 9 |
12 | 6 | 2985984 |
12 | 1.5 | 41.5692194 |