Click or drag to resize

SpectrumSubtraction.XYCurve 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.3261.0 (4.8.3261.0)
Syntax
C#
public ImmutableArray<(double x, double y)> XYCurve { get; init; }

Property Value

ImmutableArray<ValueTuple<Double, Double>>

Implements

IReferencingXYColumns.XYCurve
See Also