File r37/lisp/csl/html/r37_0103.html artifact 4a9ea781c2 part of check-in ed2818cf9f
<A NAME=ROUND> <TITLE>ROUND</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ROUND</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>round</em>(<expression>) <P> <P> <P> If its argument has a numerical value, <em>round</em> rounds it to the nearest integer. For non-numeric arguments, the value is an expression in the original operator. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> round 3.4; 3 round 3.5; 4 round a; ROUND(A) </TT></PRE><P>