|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

Math.Pow

OverviewExamples

number Math.Pow ( number Base = 2,


number Exponent = 4 )


De s cr ip t ion


Returns the result of the calculation of Base raised to the power of Exponent.


P arame t er s


Base


(number) The base you want to have in the calculation.


|