Click or drag to resize

SpectrumSubtractionXYCurve Property

Stores the data of the curve (consisting of x-y pairs).

Namespace: Altaxo.Science.Spectroscopy.DarkSubtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ImmutableArray<(double x, double y)> XYCurve { get; init; }

Property Value

ImmutableArrayValueTupleDouble, Double

Implements

IReferencingXYColumnsXYCurve
See Also