Four |
public class FourPointStepEvaluationOptions : IImmutable, IEquatable<FourPointStepEvaluationOptions>
The FourPointStepEvaluationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| FourPointStepEvaluationOptions | Initializes a new instance of the FourPointStepEvaluationOptions class |
| Name | Description | |
|---|---|---|
| IncludeOriginalPointsInOutput | Gets a value indicating whether the original (measured) data points should be included in the output. | |
| IndexLeftInner | Gets the index of the second point of the left line. | |
| IndexLeftOuter | Gets the index of the first point of the left line. | |
| IndexRightInner | Gets the index of the second point of the right line. | |
| IndexRightOuter | Gets the index of the first point of the right line. | |
| MiddleLineOverlap | Gets the overlap of the middle line with the left and right line. The value is a fraction of the distance between the left and right line. | |
| 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. | |
| UseRegressionForLeftAndRightLine | Gets a value indicating whether to use regression for the left and right section of the step. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |