Integration Rule Result 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public struct IntegrationRuleResultConstructors
| Integration | Constructs a new IntegrationRuleResult |
Properties
| Estimated | 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
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| Get | Returns the hash code for this instance. (Inherited from ValueType) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |