Click or drag to resize

FourPointStepEvaluation Properties

The FourPointStepEvaluation type exposes the following members.

Properties
 NameDescription
Public propertyErrors Gets the error message(s).
Public propertyHasErrors Gets a value indicating whether during the evaluation an error occurred.
Public propertyIndexLeftInner Gets the index of the left inner point of the step evaluation.
Public propertyIndexLeftOuter Gets the index of the left outer point of the step evaluation.
Public propertyIndexRightInner Gets the index of the right inner point of the step evaluation.
Public propertyIndexRightOuter Gets the index of the right outer point of the step evaluation.
Public propertyIntersectionPointLeftMiddle Gets the intersection point between the left regression line and the middle regression line.
Public propertyIntersectionPointRightMiddle Gets the intersection point between the right regression line and the middle regression line.
Public propertyLeftRegression Gets the left regression.
Public propertyMiddlePoint Gets the x and y value of the step middle point.
Public propertyMiddlePointX Gets the x value of the step middle point.
Public propertyMiddlePointY Gets the y value of the step middle point.
Public propertyMiddleRegression Gets the middle regression.
Public propertyMiddleRegressionLevels Gets the regression levels for the middle line. For instance, if the value is set to (0.25, 0.75), then all points between 25% and 75% distance from the left and right line are used for the regression of the middle line.
Public propertyRightRegression Gets the right regression.
Public propertyStepHeight Gets the height of the step.
Public propertyStepSlope Gets the step slope.
Public propertyStepWidth Gets the width of the step.
Top
See Also