IntegrationRuleResult Structure

Represents the result of evaulating an IntegrationRule.

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public struct IntegrationRuleResult
Inheritance
Object  →  ValueType  →  IntegrationRuleResult

Constructors

IntegrationRuleResult Constructs a new IntegrationRuleResult

Properties

EstimatedError Gets an estimate for the error over the interval.
Evaluations Gets the number of function evaluations.
Value Gets the computed value of the integral.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also