IntegrationRuleResult<T> Structure

Represents the result of evaulating an IntegrationRule<T>.

Definition

Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public struct IntegrationRuleResult<T>
Inheritance
Object  →  ValueType  →  IntegrationRuleResult<T>

Type Parameters

T

Constructors

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