Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace


Extreme Optimization Mathematics Library for .NET

GeneralCurve Class

Represents a curve in two-dimensional space whose value is defined by a RealFunction delegate.

For a list of all members of this type, see GeneralCurve Members.

System.Object
   Curve
      GeneralCurve

[Visual Basic]
Public Class GeneralCurve
Inherits Curve
[C#]
public class GeneralCurve : Curve

Remarks

This class inherits from the Curve class, which provides common properties and methods for all classes that represent two-dimensional curves.

The ValueAt method evaluates the curve at a specific point. SlopeAt evaluates the derivative, and Integral evaluates the definite integral over a specified interval. If overridden by a descendant class, the GetDerivative method returns the Curve that is the derivative of the instance. The FindRoots method attempts to find one zero of the function using Newton's method.

Curves of this type do not have any parameters. The Parameters collection is always empty.

Requirements

Namespace: Extreme.Mathematics.Curves

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

GeneralCurve Members | Extreme.Mathematics.Curves Namespace