FitElementFitFunctionSupportsDerivative Property |
Gets a value indicating whether the fit function supports derivatives w.r.t. the parameters.
This is the case if the fit function implements
IFitFunctionWithDerivative.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool FitFunctionSupportsDerivative { get; }
Property Value
BooleanSee Also