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


Extreme Optimization Mathematics Library for .NET

PiecewiseLinearCurve Class

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

[Visual Basic]
Public Class PiecewiseLinearCurve
Inherits PiecewiseCurve
[C#]
public class PiecewiseLinearCurve : PiecewiseCurve

Remarks

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.

Requirements

Namespace: Extreme.Mathematics.Curves

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

See Also

PiecewiseLinearCurve Members | Extreme.Mathematics.Curves Namespace