The Gauss-Kronrod rule.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public int Rule { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Rule As Integer |
Visual C++ |
---|
public: property int Rule { int get (); void set (int value); } |
Field Value
An int specifying the rule to be used.
Remarks
The default is 3.
Rule | Data points used |
---|---|
1 | 7 - 15 |
2 | 10 - 21 |
3 | 15 - 31 |
4 | 20 - 41 |
5 | 25 - 51 |
6 | 30 - 61 |