SineCurve.Amplitude Property

Gets or sets the amplitude of the sine curve.

Definition

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

Property Value

Double

Remarks

This value corresponds to the fourth parameter of the curve.

See Also