SineCurve.Offset Property

Gets or sets the offset of the sine curve.

Definition

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

Property Value

Double

Remarks

The offset is the constant term of the function. The function oscillates around this value.

This value corresponds to the first parameter of the curve.

See Also