Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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