Click or drag to resize

ParameterSetElementTestAndCorrectParameterAndBoundaries Method

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

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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 can not 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