Gets or sets the curve that is being fitted.

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public MustOverride Property Curve As Curve
C#
public abstract Curve Curve { get; set; }
C++
public:
virtual Curve^ Curve {
	Curve^ get () abstract;
	void set (Curve^ value) abstract;
}

Value

A Curve object.

Exceptions

ExceptionCondition
ArgumentNullExceptionvalue is nullNothingnullptr.