(i []int)
| 110 | } |
| 111 | |
| 112 | func (tsr *String) Float(i []int) float64 { |
| 113 | j := tsr.Shp.Offset(i) |
| 114 | return StringToFloat64(tsr.Values[j]) |
| 115 | } |
| 116 | |
| 117 | func (tsr *String) SetFloat(i []int, val float64) { |
| 118 | j := tsr.Shp.Offset(i) |
no test coverage detected