Float returns the value of given index as a float64.
(i []int)
| 55 | |
| 56 | // Float returns the value of given index as a float64. |
| 57 | Float(i []int) float64 |
| 58 | |
| 59 | // SetFloat sets the value of given index as a float64 |
| 60 | SetFloat(i []int, val float64) |
no outgoing calls