Click or drag to resize

FitFunctionExeBaseNumberOfDependentVariables Property

Number of dependent variables (i.e. y, in Altaxo this is commonly called v like value).

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual int NumberOfDependentVariables { get; }

Property Value

Int32

Implements

IFitFunctionNumberOfDependentVariables
See Also