Shift |
public abstract class ShiftGroupBase
The ShiftGroupBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ShiftGroupBase | Initializes a new instance of the ShiftGroupBase class. |
| Name | Description | |
|---|---|---|
| LogarithmizeXForInterpolation | If true, x values are logarithmized before being added to the interpolation curve. (Only used for interpolation.) | |
| LogarithmizeYForInterpolation | If true, y values are logarithmized before being added to the interpolation curve. (Only used for interpolation.) | |
| NewExceptionNoInterpolation | Creates a new InvalidOperationException that should be thrown if currently no interpolation information is available. | |
| NewExceptionNoInterpolationInformation | Creates a new InvalidOperationException that should be thrown if the interpolation information was not initialized before. | |
| XShiftBy | Determines how to shift the x values: either by factor or by offset. Use offset if the original data are already logarithmized. |
| Name | Description | |
|---|---|---|
| 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) | |
| GetTrackedXMinimumMaximum | Gets the tracked x minimum and x maximum values. For explanation, see TrackXMinimumMaximumOfMasterCurvePoints(Int32, Double, Boolean). The convention is that when shifting by multiplication, the returned values are already logarithmized; whereas if shifted by offset, the returned values are not logarithmized. That means that the possible shifts can always be calculated by subtraction. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetXMinimumMaximumOfCurvePointsSuitableForInterpolation | Gets the minimum and maximum of the x-values, taking into account the logarithmize options, and whether the corresponding y-values are valid. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TrackXMinimumMaximumOfMasterCurvePoints | Tracks the x minimum and x maximum of the master curve points. The convention used is: when shifting by multiplication, the values are already logarithmized; when shifting by offset, the values are not logarithmized. |
| Name | Description | |
|---|---|---|
| _trackedXMaximum | ||
| _trackedXMinimum |