Click or drag to resize
BSplineIntegral Method
Returns the value of an integral of the B-spline.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Integral(
	double a,
	double b
)

Parameters

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

Return Value

Type: Double
A double which specifies the integral of the B-spline from a to b.
See Also