ConversionAutocatalyticEvaluateConversionRate Method |
Evaluates the conversion rate (without any prefactor). 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.3448.0 (4.8.3448.0)
Syntaxpublic virtual void EvaluateConversionRate(
double[] X,
double[] P,
double[] Y
)
Parameters
- X Double
- The x value.
- P Double
- The parameter array.
- Y Double
- Outputs the y value.
See Also