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.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
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