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