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