Declaration
func IntToFloat(value int) float
go
Parameters
Input
Name | Type | Description |
---|---|---|
Value | Int | Integer |
Return
Type | Description |
---|---|
Float | Floating point number |
Integer to floating point
func IntToFloat(value int) float
go
Name | Type | Description |
---|---|---|
Value | Int | Integer |
Type | Description |
---|---|
Float | Floating point number |