SpectroscopyCommandsGetColumnsAndArrays Method |
Retrieves X and Y columns and converts them into arrays for processing.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static List<(DataColumn xCol, DataColumn yCol, double[] , double[] )> GetColumnsAndArrays(
DataTableMultipleColumnProxy inputData,
out DataTable srcTable
)
Parameters
- inputData DataTableMultipleColumnProxy
- The proxy bundling X and one or more Y columns.
- srcTable DataTable
- On return, the source data table.
Return Value
ListValueTupleDataColumn,
DataColumn,
Double,
DoubleA list of tuples containing the X column, Y column, and their corresponding value arrays.
See Also