ConversionAutocatalyticEvaluatorIsSameParameterSet Method |
Checks whether the provided parameter set matches the evaluator's current set.
Namespace: Altaxo.Calc.FitFunctions.KineticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool IsSameParameterSet(
double[] P
)
Parameters
- P Double
- The parameter set to compare.
Return Value
Boolean if the provided parameter set matches the current evaluator state; otherwise,
.
See Also