Pow
From Xojo Documentation
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly... |
Global Method
Returns the value specified raised to the power specified.
Syntax
result=Pow (value, power)
Part | Type | Description |
---|---|---|
result | Double | Value raised to power. |
value | Double | The value you want to raised to power. |
power | Double | The power that value is raised to. |
Examples
This example uses the Pow function to return four raised to the power of seven.
See Also
^ operator.