Click or drag to resize

FourPointPeakEvaluationOptionsIncludeOriginalPointsInOutput Property

Gets a value indicating whether the original (measured) data points should be included in the output.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IncludeOriginalPointsInOutput { get; init; }

Property Value

Boolean
true if the orignal data points should be included in the output; otherwise, false.
See Also