Declaration
func Ceil(value float) int
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Value | Float | The value to be rounded up |
Return
| Type | Description |
|---|---|
| Int | The result of rounding up |
Rounds the specified value up to the nearest integer.
func Ceil(value float) int
go
| Name | Type | Description |
|---|---|---|
| Value | Float | The value to be rounded up |
| Type | Description |
|---|---|
| Int | The result of rounding up |