Click or drag to resize

ShiftGroupCollectionReInitializeResult Method

Reinitializes the result. With that, new options can be used, for instance a new interpolation function. Typically, after calling this, you can call Iterate(IReadOnlyListInt32, CancellationToken, IProgressDouble) to iterate with the new interpolation function again.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ReInitializeResult()
See Also