MasterCurveCreationOptionsNumberOfIterations Property |
Gets or sets the number of iterations. Must be greater than or equal to 1.
This number determines how many rounds the master curve is fitted. Increasing this value will in most cases
increase the quality of the fit.
Namespace: Altaxo.Data.ObsoleteAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int NumberOfIterations { get; set; }
Property Value
Int32
The number of iterations for master curve creation.
Exceptions See Also