Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic ShiftCurve(
	IReadOnlyList<double> x,
	IReadOnlyList<T> y
)
Parameters
- x  IReadOnlyListDouble
 - The x-values of the curve to be shifted.
 - y  IReadOnlyListT
 - The y-values of the curve to be shifted.
 
See Also