|

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.Exp

OverviewExamples

number Math.Exp ( number Num )


De s cr ip t ion


Returns the exponential value of a number.


P arame t er s


Num


(number) The number whose exponential value you want.


Re t u r n s


(number) The exponential of the number.


|