Click or drag to resize

ParameterSetControllerApplyAdditionalConstraintsOnly Method

Validates and applies only the additional constraints defined for the current context.

Namespace: Altaxo.Gui.Analysis.NonLinearFitting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public bool ApplyAdditionalConstraintsOnly()

Return Value

Boolean
true if all additional constraints are valid and applied successfully; otherwise, false.
Remarks
If any additional constraint is invalid, an error message is displayed and no constraints are applied. This method does not modify other constraints or perform a full validation of all constraints.
See Also