Lorentz Curve.Offset Property
Gets or sets the offset of the Lorentz curve.
Definition
Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double Offset { get; set; }
Property Value
DoubleRemarks
The offset is the constant term of the function. It is the limit of the function when x goes to infinity.
This value corresponds to the first parameter of the curve.