NumericalIntegratorND.UpperBounds Property

Gets or sets a vector that specifies the upper bounds of the integration region.

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> UpperBounds { get; set; }

Property Value

Vector<Double>

Exceptions

ArgumentNullException The value is null.

See Also