IntegrationRuleResult Constructor

Constructs a new IntegrationRuleResult

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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