VectorSpline(Double, Double, Int32, FuncDouble, Double) Constructor |
Creates a spline approximating a function in a given interval.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic VectorSpline(
double x0,
double x1,
int segments,
Func<double, double> f
)
Parameters
- x0 Double
- Lower interval bound.
- x1 Double
- Upper interval bound.
- segments Int32
- Number of segments in the interval.
- f FuncDouble, Double
- The function to be approximated.
See Also