Gets or sets a vector that specifies the upper bounds of the integration region.
Namespace: Extreme.Mathematics.CalculusAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Vector<double> UpperBounds { get; set; }
Public Property UpperBounds As Vector(Of Double)
Get
Set
public:
property Vector<double>^ UpperBounds {
Vector<double>^ get ();
void set (Vector<double>^ value);
}
member UpperBounds : Vector<float> with get, set
Property Value
Type:
VectorDouble
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference