If true, the epsilon-algorithm for extrapolation is enabled.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public bool Extrapolation { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Extrapolation As Boolean |
Visual C++ |
---|
public: property bool Extrapolation { bool get (); void set (bool value); } |
Field 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).