Click or drag to resize

ShiftGroupBase Methods

The ShiftGroupBase type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTrackedXMinimumMaximum 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.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetXMinimumMaximumOfCurvePointsSuitableForInterpolation Gets the minimum and maximum of the x-values, taking into account the logarithmize options, and whether the corresponding y-values are valid.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTrackXMinimumMaximumOfMasterCurvePoints 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.
Top
See Also