Gets or sets the width of the Gaussian curve.

Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public Property Amplitude As Double
C#
public double Amplitude { get; set; }
Visual C++
public:
property double Amplitude {
	double get ();
	void set (double value);
}

Remarks

The amplitude of the curve is the difference between the value at the peak (Center) and the baseline value (Offset).

This value does not correspond directly to one of the curve parameters. It is computed using the Width and Area.

See Also