Gets or sets the upper bound of the integration interval.

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

Syntax

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