ConversionAutocatalyticEvaluateConversionRate Method |
Evaluates the conversion rate (without any prefactor). Thus, the resulting value
is the time derivative of the conversion (also without prefactor).
Namespace: Altaxo.Calc.FitFunctions.KineticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void EvaluateConversionRate(
double[] X,
double[] P,
double[] Y
)
Parameters
- X Double
- The x value.
- P Double
- The parameter array.
- Y Double
- Outpust the y value.
See Also