Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace
Represents a curve that has different expressions on different intervals within its domain.
For a list of all members of this type, see PiecewiseLinearCurve Members.
System.Object
Curve
PiecewiseCurve
PiecewiseLinearCurve
Use the PiecewiseLinearCurve class to represent a curve or function that looks like a broken line. It is most commonly used for linear interpolation of tabulated data that represents a continuous function. On each interval between two data points, the curve is approximated by a straight line between the data points.
Piecewise linear curves inherit from PiecewiseCurve.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)
PiecewiseLinearCurve Members | Extreme.Mathematics.Curves Namespace