Click or drag to resize

FitElementNumberOfDependentVariables Property

Gets the maximum possible number of dependent variables of this fit element. Please note that the actual used number of dependent variables can be less than this (see NumberOfUsedDependentVariables).

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

Property Value

Int32
See Also