Click or drag to resize

CompilationResultDiagnostics Property

Diagnostics for expressions that could not be parsed.

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

Property Value

IReadOnlyListConstraintDiagnostic
See Also