Declaración
func IntToFloat(value int) float
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Value | Int | Integer |
Regresar
Tipo | Descripción |
---|---|
Float | Floating point number |
Integer to floating point
func IntToFloat(value int) float
go
Nombre | Tipo | Descripción |
---|---|---|
Value | Int | Integer |
Tipo | Descripción |
---|---|
Float | Floating point number |