Namespace: Extreme.Mathematics.CalculusAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public AdaptiveIntegrator(
bool useExtrapolation
)
Public Sub New (
useExtrapolation As Boolean
)
public:
AdaptiveIntegrator(
bool useExtrapolation
)
new :
useExtrapolation : bool -> AdaptiveIntegrator
Parameters
- useExtrapolation
- Type: SystemBoolean
If true, special
operations are performed to speed convergence in
case of singularities inside the integration interval
or at the end points. If , no special
operations are performed.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference