The maximum number of subintervals allowed.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int MaxSubintervals { get; set; }
Visual Basic (Declaration)
Public Property MaxSubintervals As Integer
Visual C++
public:
property int MaxSubintervals {
	int get ();
	void set (int value);
}

Field Value

An int specifying the maximum number of subintervals to be allowed.

Remarks

The default value is 500.

See Also