LinearConstraintsCompilerCompile Method |
Compiles a collection of constraint expression strings.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic CompilationResult Compile(
IEnumerable<string> expressions
)
Parameters
- expressions IEnumerableString
- The expressions to compile.
Return Value
CompilationResultThe successfully compiled constraints together with any diagnostics.
See Also