Shift |
The ShiftGroupBase type exposes the following members.
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. Here the convention is, that when shifting by multiplication, the values are already logarithmized, whereas, if shifted by offset, the returned values are not logarithmized. |