IntegrationRuleResult<T> Constructor

Constructs a new IntegrationRuleResult

Definition

Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public IntegrationRuleResult(
	T value,
	T error,
	int evaluations
)

Parameters

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

See Also