IUnivariateIntegration Interface |
Namespace: Accord.Math.Integration
The IUnivariateIntegration type exposes the following members.
Name | Description | |
---|---|---|
Area |
Gets the numerically computed result of the
definite integral for the specified function.
(Inherited from INumericalIntegration.) | |
Function |
Gets or sets the unidimensional function
whose integral should be computed.
| |
Range |
Gets or sets the input range under
which the integral must be computed.
|
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
Compute |
Computes the area of the function under the selected
range. The computed value will be available at this
class's Area property.
(Inherited from INumericalIntegration.) |