The Gauss-Kronrod rule.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int Rule { get; set; }
Public Property Rule As Integer
Get
Set
public:
property int Rule {
int get ();
void set (int value);
}
member Rule : int with get, set
Property Value
Type:
Int32
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 |
See Also