ceil
Round an input value up to the next higher integer (toward positive infinity)
ceil(in1): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | The value to be rounded up |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The rounded value |
Round an input value up to the next higher integer (toward positive infinity)
ceil(in1): out1| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | The value to be rounded up |
| Name | Type | Description |
|---|---|---|
| out1 | number | The rounded value |