The iterative refinement option.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public bool IterativeRefinement { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IterativeRefinement As Boolean |
Visual C++ |
---|
public: property bool IterativeRefinement { bool get (); void set (bool value); } |
Field Value
A bool specifying whether to use iterative refinement.
Remarks
For iterative refinement, set IterativeRefinement = true, otherwise set
IterativeRefinement = false.
By default, IterativeRefinement = false.