Click or drag to resize

ParameterSetElementTestAndCorrectParameterAndBoundaries Method

Tests the parameter value and the lower and upper bounds for inconsistencies, and corrects them.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ParameterSetElement TestAndCorrectParameterAndBoundaries(
	StringBuilder stb,
	ref bool isFatal
)

Parameters

stb  StringBuilder
The StringBuilder that is used to collect error messages.
isFatal  Boolean
If the returned value is true, then the error is fatal, i.e. it cannot be corrected. This is the case if both LowerBound and UpperBound are set, and LowerBoundInclusive is greater than UpperBoundInclusive.

Return Value

ParameterSetElement
The corrected instance of the ParameterSetElement.
See Also