NumericalIntegratorND.UpperBounds Property

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

Definition

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

Property Value

Vector<Double>

Exceptions

ArgumentNullException

The value is null.

See Also