SineCurve.Center Property

Gets or sets the center point of the sine curve.

Definition

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

Property Value

Double

Remarks

The curve is anti-symmetrical about the center point.

This value corresponds to the second parameter of the curve.

See Also