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