CurveFitter<T>.Curve Property

Gets or sets the curve that is being fitted.

Definition

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

Property Value

Curve<T>
A Curve object.

Exceptions

ArgumentNullExceptionvalue is null.

See Also