Integration Rule Result Constructor
Constructs a new IntegrationRuleResult
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public IntegrationRuleResult(
double value,
double error,
int evaluations
)