ParameterSetControllerApplyAdditionalConstraintsOnly Method |
Validates and applies only the additional constraints defined for the current context.
Namespace: Altaxo.Gui.Analysis.NonLinearFittingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic bool ApplyAdditionalConstraintsOnly()
Return Value
Booleantrue if all additional constraints are valid and applied successfully; otherwise, false.
RemarksIf 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