Modifier and Type | Method and Description |
---|---|
double |
get(int j)
Gets the value in the row by column index.
|
double |
get(String header)
Gets the value in the row by column name.
|
double[] |
toArray()
Converts the row to a
double[] , excluding the index. |
public double get(int j)
j
- a column index, counting from 1public double get(String header)
header
- the column namepublic double[] toArray()
double[]
, excluding the index.double[]
representationCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.