Click or drag to resize

ShiftGroupBase Constructor

Initializes a new instance of the ShiftGroupDouble class.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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