Rounds the specified number to the nearest integer.
Syntax
Smartsite SXML | Copy Code |
---|---|
float math.round(float a) float math.round(float a, integer digits) |
Parameters
Return Value
Data Type | Description |
---|---|
Float | The nearest integer. |