Gets or sets the slope of the line.

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Return Value

The slope of the line.