IntegrationRuleResult Constructor

Constructs a new IntegrationRuleResult

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IntegrationRuleResult(
	double value,
	double error,
	int evaluations
)

Parameters

value  Double
The computed value of the integral.
error  Double
An estimate for the error over the interval.
evaluations  Int32
The number of function evaluations.

See Also