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
Math.Sqrt
OverviewExamples
number Math.Sqrt ( number Num )
De s cr ip t ion
Returns the square root of a number.
P arame t er s
Num
(number) The positive number whose square root you want.
Re t u r n s
(number) The square root of the number.