ShiftGroupBase Constructor |
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ShiftGroupBase(
ShiftXBy xShiftBy,
bool logarithmizeXForInterpolation,
bool logarithmizeYForInterpolation
)
Parameters
- xShiftBy ShiftXBy
- Shift method, either additive or multiplicative.
- logarithmizeXForInterpolation Boolean
- If true, the x-values are logarithmized prior to participating in the interpolation function.
- logarithmizeYForInterpolation Boolean
- If true, the y-values are logartihmized prior to participating in the interpolation function.
See Also