Michaelis Menten Curve.VMax Property
Gets or sets the maximum reaction rate (Vmax).
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public double VMax { get; set; }Property Value
DoubleRemarks
The maximum reaction rate is the asymptotic value of the curve as x approaches infinity. It represents the maximum rate that can be achieved when the enzyme is saturated with substrate.
This value corresponds to the first parameter of the curve.