SineCurve.Period Property

Gets or sets the period of the sine curve.

Definition

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

Property Value

Double

Remarks

This value corresponds to the third parameter of the curve.

See Also