Open Help
round
Round to nearest integer or multiple of a given value
Inlets
Value [number]
The value to be roundedNearest [number]
Round to the nearest thisOutlets
Output [number]
The rounded valueFixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
hot [bool] (default: 0)
All inlets trigger calculation.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [number]
The value to be rounded
in2 [number]
Round to the nearest this
reset [bang] (default: 0)
Reset inlets to default values.
See Also
Name | Description |
---|---|
floor | Round an input value down to the next lower integer (toward negative infinity) |
ceil | Round an input value up to the next higher integer (toward positive infinity) |
trunc | Round the value down to the next smaller integer (toward zero) |