Represents a method to compute an approximation to an integral together with
an estimate of the error.
SystemObject Extreme.Mathematics.CalculusIntegrationRule
Namespace:
Extreme.Mathematics.Calculus
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract class IntegrationRule
Public MustInherit Class IntegrationRule
public ref class IntegrationRule abstract
[<AbstractClassAttribute>]
type IntegrationRule = class end
The IntegrationRule type exposes the following members.
| Name | Description |
---|
 | IntegrationRule | Initializes a new instance of the IntegrationRule class |
Top
| Name | Description |
---|
 | Order |
Gets the order of the numerical integrator.
|
Top
Top
Reference