CurveFitter.Curve Property

Gets or sets the curve that is being fitted.

Definition

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

Property Value

Curve
A Curve object.

Exceptions

ArgumentNullException

value is null.

See Also