IMSL C# Numerical Library

Quadrature.Extrapolation Property

If true, the epsilon-algorithm for extrapolation is enabled.

public bool Extrapolation {get; set;}

Property Value

A bool, true if the epsilon-algorithm for extrapolation is to be enabled, false otherwise.

Remarks

The default is false (extrapolation is not used).

See Also

Quadrature Class | Imsl.Math Namespace