Method code for $float.round()

[Turn on line numbering]
arg float;

return round(float);

// Created 02-Nov-1998 as a part of ColdCore, see: @help Credit

Tlon