Click or drag to resize
Accord.NET (logo)

INumericalIntegrationCompute Method

Computes the area of the function under the selected range. The computed value will be available at this class's Area property.

Namespace:  Accord.Math.Integration
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
bool Compute()
Request Example View Source

Return Value

Type: Boolean
True if the integration method succeeds, false otherwise.
See Also