Codebox Operators rint

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

NameTypeDefaultDescription
valuenumber

The incoming value to be rounded.

Returns

NameTypeDescription
out1number

The rounded value.