NonlinearCurveFitter.UpperBounds Property

Gets or sets the vector of upper bounds of the curve parameters.

Definition

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

Property Value

Vector<Double>

See Also