Math and StatisticsLibraries for .NET
public class PiecewiseLinearCurve : PiecewiseCurve
Public Class PiecewiseLinearCurve Inherits PiecewiseCurve
public ref class PiecewiseLinearCurve : public PiecewiseCurve
type PiecewiseLinearCurve = class inherit PiecewiseCurve end
The PiecewiseLinearCurve type exposes the following members.
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.
Copyright © 2004-2021, Extreme Optimization. All rights reserved. Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc. Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo are registered trademarks of Microsoft Corporation.