Gets or sets the curve that is being fitted.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public abstract Curve Curve { get; set; }
|
| Visual Basic (Declaration) |
Public MustOverride Property Curve As Curve
Get
Set
|
| Visual C++ |
public:
virtual property Curve^ Curve {
Curve^ get () abstract;
void set (Curve^ value) abstract;
}
|
| F# |
abstract Curve : Curve with get, set
|
Field Value
A
Curve object.
Exceptions
See Also