|
|
Returns the smallest integer greater than or equal to the specified number.
Syntax
| Smartsite SXML |
|
|---|---|
float math.ceiling(float a) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| a | Float | Input number. |
Return Value
| Data Type | Description |
|---|---|
| Float | The smallest integer greater than or equal toA. |