XAndRealImaginaryColumnsGetResolvedXRealImaginaryData Method |
Retrieves the resolved X, real, and imaginary data arrays together with the row count.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic (double[] , double[]? , double[]? , int RowCount) GetResolvedXRealImaginaryData()
Return Value
ValueTupleDouble,
Double,
Double,
Int32A tuple containing the resolved X, real, and imaginary data arrays and the row count.
See Also