Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace
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
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.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)
GeneralCurve Members | Extreme.Mathematics.Curves Namespace