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.Round
OverviewExamples
number Math.Round ( number Num,
number DecimalPlaces = 0 )
De s cr ip t ion
Returns the "rounded" version of a given number to the specified number of decimal places.
For example, given the number 4.6 and 0 decimal places, 5 is returned. Given the number 5.748 and 2 decimal places, 5.75 is returned.
P arame t er s
Num
(number) The number you want to round.