QuadratureExtrapolation Property |
If true, the epsilon-algorithm for extrapolation is enabled.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool Extrapolation { get; set; }
Public Property Extrapolation As Boolean
Get
Set
public:
property bool Extrapolation {
bool get ();
void set (bool value);
}
member Extrapolation : bool with 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