DampedSineCurve.PhaseOffset Property

Gets or sets the phase offset (φ).

Definition

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

Property Value

Double

Remarks

The phase offset shifts the oscillation horizontally. It represents the phase of the sine wave at x = 0.

This value corresponds to the fourth parameter of the curve.

See Also