Linear Curve Fitter.Curve Property
Gets the non-linear curve that is being fitted.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Curve object of a type that inherits from LinearCombination.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override Curve Curve { get; set; }
Property Value
CurveA Curve object of a type that inherits from LinearCombination.
Exceptions
Argument | value is null. |
Argument | value is not an instance of a type that inherits form LinearCombination. |