IMSL C# Numerical Library

Spline.Integral Method 

Returns the value of an integral of the spline.

public virtual double Integral(
   double a,
   double b
);

Parameters

a
A double specifying the lower limit of integration.
b
A double specifying the upper limit of integration.

Return Value

A double, the integral of the spline from a to b.

See Also

Spline Class | Imsl.Math Namespace