Ceil Data Member Function

Rounds the value up and returns the smallest value that is not less than the input.

Prototype

static double Ceil( double value )

Parameters

Parameter Type Parameter Name Documentation
doublevalueThe source value.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.