IndependentAndDependentColumnsGetResolvedData Method |
Resolves the currently selected independent and dependent columns to contiguous arrays of doubles for the filtered row selection.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic virtual (double[][] , double[][]? , int RowCount) GetResolvedData()
Return Value
ValueTupleDouble,
Double,
Int32
A tuple of the resolved independent and dependent data arrays, and the total number of resolved rows.
Remarks
The returned tuple contains arrays for each independent and dependent column. If a column is not assigned, the corresponding array entry is null.
The arrays have a length equal to the number of rows included by the current
DataRowSelection over the common row range of the independent columns.
Rows are gathered by iterating the selection segments in order, preserving row order.
See Also