Sine Curve.Offset Property
Gets or sets the offset of the sine curve.
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double Offset { get; set; }
Property Value
DoubleRemarks
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.