**用于取整** 参数: |名称|类型|说明| |-|-|-| |待转换数据|CHAR或浮点|| 返回值: INT整形 ```language local num = other.atoi("2.0") ```