Click or drag to resize

MultipleCurveFitToleranceTrialStep Property

Gets and sets the tolerance used to check the trial step.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double ToleranceTrialStep { get; set; }

Property Value

Double
Remarks
If this tolerance is reached, the process will stop with TrialStepWithinTolerance.
See Also