SetString sets the value of given index as a string
(i []int, val string)
| 66 | |
| 67 | // SetString sets the value of given index as a string |
| 68 | SetString(i []int, val string) |
| 69 | |
| 70 | // Float1D returns the value of given 1-dimensional index (0-Len()-1) as a float64 |
| 71 | Float1D(i int) float64 |
no outgoing calls