Damped Sine Curve.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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public double Period { get; set; }Property Value
DoubleRemarks
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.