Click or drag to resize

ConversionAutocatalyticEvaluatorIsSameParameterSet Method

Checks whether the provided parameter set matches the evaluator's current set.

Namespace: Altaxo.Calc.FitFunctions.Kinetics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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