Click or drag to resize

IFitFunctionScriptViewSetNumberOfParameters Method

Sets the number of parameters.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetNumberOfParameters(
	int numberOfParameters,
	bool enable
)

Parameters

numberOfParameters  Int32
The number of parameters.
enable  Boolean
to enable editing; otherwise, .
See Also