NumericalIntegratorND.LowerBounds Property

Gets or sets a vector that specifies the lower 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> LowerBounds { get; set; }

Property Value

Vector<Double>

Exceptions

ArgumentNullException The value is null.

See Also