Integration Rule Result Structure
Represents the result of evaulating an IntegrationRule.
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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) |