func.integerize_round
Rounds the values in its first argument to the specified number of decimal places
Syntax
func.integerize_round(string)
Examples
func.integerize_round('30.66') --> 31
func.integerize_round('22.13') --> 22
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)