QuadratureMaxSubintervals Property |
The maximum number of subintervals allowed.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int MaxSubintervals { get; set; }
Public Property MaxSubintervals As Integer
Get
Set
public:
property int MaxSubintervals {
int get ();
void set (int value);
}
member MaxSubintervals : int with get, set
Property Value
Type:
Int32
An
int specifying the maximum number of subintervals to be
allowed.
Remarks
The default value is 500.
See Also