method
round
round()
public
Rounds num to the nearest integer. Numeric implements this by converting itself to a Float and invoking Float#round.
round()
public
Rounds num to the nearest integer. Numeric implements this by converting itself to a Float and invoking Float#round.