Gets or sets the offset 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 Offset As Double
C#
public double Offset { get; set; }
Visual C++
public:
property double Offset {
	double get ();
	void set (double value);
}

Remarks

The offset is the constant term of the function. It is the limit of the function when x goes to infinity.

This value corresponds to the first parameter of the curve.