round
Round to nearest integer or multiple of a given value
round(in1, in2): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | The value to be rounded | |
in2 | number | 1 | Round to the nearest this |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The rounded value |