HillEquationCurve.VMax Property

Gets or sets the maximum response (Vmax).

Definition

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

Property Value

Double

Remarks

The maximum response is the asymptotic value of the curve as x approaches infinity. It represents the maximum effect or binding that can be achieved.

This value corresponds to the first parameter of the curve.

See Also