Click or drag to resize

FitFunctionScriptParameterName(Int32, Boolean) Method

Gets the name of the specified parameter.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string ParameterName(
	int i,
	bool tryUseCompiledObject
)

Parameters

i  Int32
The parameter index.
tryUseCompiledObject  Boolean
If true, the compiled script object may be queried when available.

Return Value

String
The parameter name.
See Also