Gets or sets the lower bound of the integration interval.

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

Syntax

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