Gets a 2D array of data. The first column, double[0][] often contains x-values; Remaining columns often contain y values. May return null if data not yet generated or object does not support 2D data. @return double[][]
()
| 23 | * @return double[][] |
| 24 | */ |
| 25 | public double[][] getData2D(); |
| 26 | |
| 27 | /** |
| 28 | * Gets a 3D array of data. |
no outgoing calls
no test coverage detected