Curve Fitter.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.2
C#
A Curve object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public abstract Curve Curve { get; set; }
Property Value
CurveA Curve object.
Exceptions
Argument | value is null. |