|

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

OverviewExamples

number Math.Cos ( number Num )


De s cr ip t ion


Returns the cosine (cos) of a number.


P arame t er s


Num


(number) The number whose cosine value you want (angle in radians).


Re t u r n s


(number) The cosine value of the number.


|