public class MathTable.Row
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
get(int j)
Get the value in the row by column index.
|
double |
get(java.lang.String header)
Get the value in the row by column name.
|
double[] |
toArray()
Convert the row to a
double[], excluding the index. |
public double get(int j)
j - a column index, counting from 1public double get(java.lang.String header)
header - the column namepublic double[] toArray()
double[], excluding the index.double[] representation