Namespace: Extreme.Mathematics.CurvesAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected PiecewiseCurve(
IList<double> xValues,
IList<double> yValues,
IList<double> extra
)
Protected Sub New (
xValues As IList(Of Double),
yValues As IList(Of Double),
extra As IList(Of Double)
)
protected:
PiecewiseCurve(
IList<double>^ xValues,
IList<double>^ yValues,
IList<double>^ extra
)
new :
xValues : IList<float> *
yValues : IList<float> *
extra : IList<float> -> PiecewiseCurve
Parameters
- xValues
- Type: System.Collections.GenericIListDouble
A vector containing the boundaries of the intervals. - yValues
- Type: System.Collections.GenericIListDouble
A vector containing the yValues-values corresponding to the values in xValues. - extra
- Type: System.Collections.GenericIListDouble
A variable number of Double values that contains any additional parameters.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference