Click or drag to resize

XAndRealImaginaryColumnsGetResolvedXRealImaginaryData Method

Retrieves the resolved X, real, and imaginary data arrays together with the row count.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public (double[] , double[]? , double[]? , int RowCount) GetResolvedXRealImaginaryData()

Return Value

ValueTupleDouble, Double, Double, Int32
A tuple containing the resolved X, real, and imaginary data arrays and the row count.
See Also