Description : This instruction returns the smallest value that is greater than or equal to the parameter : For example: parameter = 1.9 ceil = 2.0 parameter = -1.9 ceil = -1.0 Parameters : Ceiling parameter Return Value : Computed ceiling value Examples : Basic example :
This instruction returns the smallest value that is greater than or equal to the parameter : For example: parameter = 1.9 ceil = 2.0 parameter = -1.9 ceil = -1.0