LinearCurveFitter<T>.Curve Property

Gets the non-linear 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 override Curve<T>? Curve { get; set; }

Property Value

Curve<T>
A Curve object of a type that inherits from LinearCombination.

Exceptions

ArgumentNullExceptionvalue is null.
ArgumentExceptionvalue is not an instance of a type that inherits form LinearCombination.

See Also