Click or drag to resize

FourPointStepEvaluationStepWidth Property

Gets the width of the step.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double StepWidth { get; }

Property Value

Double
The width of the step is defined as the absolute difference of the x-values of the intersection points of the left and right regression line with the middle regression line.
See Also