Click or drag to resize

CompilationResultConstraints Property

Successfully parsed constraints.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public IReadOnlyList<ParsedConstraint> Constraints { get; init; }

Property Value

IReadOnlyListParsedConstraint
See Also