Float1D returns the value of given 1-dimensional index (0-Len()-1) as a float64
(i int)
| 69 | |
| 70 | // Float1D returns the value of given 1-dimensional index (0-Len()-1) as a float64 |
| 71 | Float1D(i int) float64 |
| 72 | |
| 73 | // SetFloat1D sets the value of given 1-dimensional index (0-Len()-1) as a float64 |
| 74 | SetFloat1D(i int, val float64) |
no outgoing calls