Returns the value of an integral of the B-spline.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Integral(
double a,
double b
)
Public Function Integral (
a As Double,
b As Double
) As Double
public:
double Integral(
double a,
double b
)
member Integral :
a : float *
b : float -> float
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