[TOC]
round
Round to the nearest integer
Usage
round(A)
A
should be an array of numeric type.
It returns elements of
A
rounded to the nearest integer.
The output has the same size as
A
.
It returns an empty array if
A
is empty.