Click or drag to resize

ShiftCurveT Constructor

Initializes a new instance of the ShiftCurveT class.

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