Four |
public class FourPointStepEvaluation : IImmutable
The FourPointStepEvaluation type exposes the following members.
| Name | Description | |
|---|---|---|
| Errors | Gets the error message(s). | |
| HasErrors | Gets a value indicating whether during the evaluation an error occurred. | |
| IndexLeftInner | Gets the index of the left inner point of the step evaluation. | |
| IndexLeftOuter | Gets the index of the left outer point of the step evaluation. | |
| IndexRightInner | Gets the index of the right inner point of the step evaluation. | |
| IndexRightOuter | Gets the index of the right outer point of the step evaluation. | |
| IntersectionPointLeftMiddle | Gets the intersection point between the left regression line and the middle regression line. | |
| IntersectionPointRightMiddle | Gets the intersection point between the right regression line and the middle regression line. | |
| LeftRegression | Gets the left regression. | |
| MiddlePoint | Gets the x and y value of the step middle point. | |
| MiddlePointX | Gets the x value of the step middle point. | |
| MiddlePointY | Gets the y value of the step middle point. | |
| MiddleRegression | Gets the middle regression. | |
| MiddleRegressionLevels | 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. | |
| RightRegression | Gets the right regression. | |
| StepHeight | Gets the height of the step. | |
| StepSlope | Gets the step slope. | |
| StepWidth | Gets the width of the step. |
| Name | Description | |
|---|---|---|
| CreateFromIndices | Creates a step evaluation from indices. | |
| CreateFromValues | Creates the step evaluation from the x-values of the left outer and inner point and the right inner and outer point. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLeftRightRegression | Gets the regression for the left or the right line. | |
| GetMiddleRegression | Gets the middle regression line. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |