Click or drag to resize

ShiftGroupCollectionReIterate Method

Reinitializes the result (see ReInitializeResult) and then iterate anew with Iterate(IReadOnlyListInt32, CancellationToken, IProgressDouble).

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

Parameters

previousMasterCurve  ShiftGroupCollection
A ShiftGroupCollection for which the master curve creation was successfully. The results, particularly the shifts, are used from that previous master curve.
cancellationToken  CancellationToken
Cancellation token.
progress  IProgressDouble
Progress reporter.
See Also