IMSL C# Numerical Library

BSpline.Integral Method 

Returns the value of an integral of the B-spline.

public 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 which specifies the integral of the B-spline from a to b.

See Also

BSpline Class | Imsl.Math Namespace