DampedSineCurve.Period Property

Gets or sets the period (T).

Definition

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

Property Value

Double

Remarks

The period determines the rate of oscillation. It is the distance over which the oscillation repeats. The angular frequency ω is related to the period by ω = 2π/T.

This value corresponds to the third parameter of the curve.

See Also