FloatRowCell returns the value at given row and cell, where row is outer-most dim, and cell is 1D index into remaining inner dims. For Table columns.
(row, cell int)
| 76 | // FloatRowCell returns the value at given row and cell, where row is outer-most dim, |
| 77 | // and cell is 1D index into remaining inner dims. For Table columns. |
| 78 | FloatRowCell(row, cell int) float64 |
| 79 | |
| 80 | // SetFloatRowCell sets the value at given row and cell, where row is outer-most dim, |
| 81 | // and cell is 1D index into remaining inner dims. For Table columns. |
no outgoing calls