Click or drag to resize

ShiftGroupCollectionCreateMasterCurve Method

Creates one or multiple master curve(s).

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CreateMasterCurve(
	CancellationToken cancellationToken,
	IProgress<double>? progress
)

Parameters

cancellationToken  CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.ShiftGroupCollection.CreateMasterCurve(System.Threading.CancellationToken,System.IProgress{System.Double})"]

progress  IProgressDouble

[Missing <param name="progress"/> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.ShiftGroupCollection.CreateMasterCurve(System.Threading.CancellationToken,System.IProgress{System.Double})"]

See Also