rint
Round a number to the nearest integer value, but it differs from round in that halfway cases are rounded to even rather than away from zero.
rint(value): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
value | number | The incoming value to be rounded. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The rounded value. |