MichaelisMentenCurve.Km Property

Gets or sets the Michaelis constant (Km).

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public double Km { get; set; }

Property Value

Double

Remarks

The Michaelis constant is the substrate concentration at which the reaction rate is half of Vmax. It provides a measure of the substrate's affinity for the enzyme: a lower Km indicates higher affinity.

This value corresponds to the second parameter of the curve.

See Also