|

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

OverviewExamples

number Math.Ceil ( number Num )


De s cr ip t ion


Returns the nearest integer above a given value.


Note: This is the same as rounding up.


image

P arame t er s


Num


(number) The number whose ceiling you want.


Re t u r n s


(number) The nearest integer above the number.


|