Click or drag to resize
Accord.NET (logo)

TrapezoidalRuleCompute Method

Computes the area of the function under the selected Range. The computed value will be available at this object's Area.

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

Return Value

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

Implements

INumericalIntegrationCompute
See Also