The number of quadrature points used in the Gauss-Legendre quadrature formula.

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

Syntax

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

Field Value

An int scalar, the degree of the polynomial used in the Gauss-Legendre quadrature.

Default: GaussLegendreDegree = 6.

Remarks

It is required that the degree of the polynomial is greater than or equal to 6.

See Also