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.3572.0 (4.8.3572.0)
Syntax
C#
public void CreateMasterCurve(
	CancellationToken cancellationToken,
	IProgress<double>? progress
)

Parameters

cancellationToken  CancellationToken
A token that can cancel the operation.
progress  IProgressDouble
Optional progress reporter receiving values from 0 to 1.
See Also