NonlinearCurveFitter.Curve Property

Gets the non-linear curve that is being fitted.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override Curve Curve { get; set; }

Property Value

Curve
A NonlinearCurve object.

Exceptions

ArgumentNullException

value is null.

ArgumentException

value is not an instance of NonlinearCurve or a class derived from it.

See Also