Click or drag to resize

FitFunctionExeBaseDefaultParameterValue Method

Returns the default parameter value of parameter i. Defaults to return 0. Scripts can override this function in order to provide more useful values.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual double DefaultParameterValue(
	int i
)

Parameters

i  Int32
Index of parameter.

Return Value

Double
Returns 0 (zero) by default.

Implements

IFitFunctionDefaultParameterValue(Int32)
See Also