Click or drag to resize
QuadratureExtrapolation Property
If true, the epsilon-algorithm for extrapolation is enabled.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public bool Extrapolation { get; set; }

Property Value

Type: Boolean
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