Declaración
func Ceil(value float) int
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Value | Float | The value to be rounded up |
Regresar
Tipo | Descripción |
---|---|
Int | The result of rounding up |
Rounds the specified value up to the nearest integer.
func Ceil(value float) int
go
Nombre | Tipo | Descripción |
---|---|---|
Value | Float | The value to be rounded up |
Tipo | Descripción |
---|---|
Int | The result of rounding up |