CubicSplineIntegrate(Double, Double) Method |
Definite integral between points a and b.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Integrate(
double a,
double b
)
Parameters
- a Double
- Left bound of the integration interval [a,b].
- b Double
- Right bound of the integration interval [a,b].
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.CubicSpline.Integrate(System.Double,System.Double)"]
Implements
IInterpolationIntegrate(Double, Double)See Also