Click or drag to resize
SplineIntegral Method
Returns the value of an integral of the spline.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual 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, the integral of the spline from a to b.
See Also