Four |
public class FourPointPeakEvaluationOptions : IImmutable, IEquatable<FourPointPeakEvaluationOptions>
The FourPointPeakEvaluationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| FourPointPeakEvaluationOptions | Initializes a new instance of the FourPointPeakEvaluationOptions 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. |
| 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) |