Click or drag to resize

FitFunctionScriptUserDefinedParameterNames Property

Get / sets the user defined parameter names. If setting, this also sets the property IsUsingUserDefinedParameterNames to true, and the NumberOfParameters to the given number of user defined parameters.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string[]? UserDefinedParameterNames { get; set; }

Property Value

String

Implements

IFitFunctionScriptTextUserDefinedParameterNames
See Also