class'ceil()'
ceil()
Extends from ModelicaReference.Icons.Information (Icon for general information packages).
Information
Round a Real number towards plus infinity
Syntax
ceil(x)
Description
Returns the smallest integer not less than x.
Result and argument shall have type Real.
[Note, outside of a when clause state events are
triggered when the return value changes discontinuously.]
Examples
ceil({-3.14, 3.14})
= {-3.0, 4.0}