OCLOperators Number::round () : Integer

Number::round () : Integer

Returns the nearest integer to self if it is a Real, self if it is an Integer.

Expression Result
(2.3).round() 2
(2.5).round() 3
(2.8).round() 3
2.round() 2
This page was edited 73 days ago on 02/10/2024. What links here