Sine Curve.Center Property
Gets or sets the center point 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 Center { get; set; }
Property Value
DoubleRemarks
The curve is anti-symmetrical about the center point.
This value corresponds to the second parameter of the curve.