Click or drag to resize

MasterCurveCreationOptionsBaseNumberOfIterations 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.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual int NumberOfIterations { get; init; }

Property Value

Int32
The number of iterations for master curve creation.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue - Must be a number >= 1
See Also