DampedSineCurve.Offset Property

Gets or sets the baseline offset (C).

Definition

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

Property Value

Double

Remarks

The baseline offset is the equilibrium position or center line about which the damped oscillation occurs.

This value corresponds to the fifth parameter of the curve.

See Also