Open Help
ceil~
Round an input value up to the next higher integer (toward positive infinity)
Inlets
Input [auto]
The value to be rounded upOutlets
Rounded Output [signal]
The rounded valueDynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [auto]
The value to be rounded up
reset [bang] (default: 0)
Reset inlets to default values.
See Also
Name | Description |
---|---|
round | Round to nearest integer or multiple of a given value |
floor | Round an input value down to the next lower integer (toward negative infinity) |
trunc | Round the value down to the next smaller integer (toward zero) |