Click or drag to resize

GaussLegendreRule Methods

The GaussLegendreRule type exposes the following members.

Methods
 NameDescription
Public methodStatic memberContourIntegrate Approximates a definite integral using an Nth order Gauss-Legendre rule.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAbscissa Gettter for the ith abscissa.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetWeight Getter for the ith weight.
Public methodStatic memberIntegrate(FuncDouble, Double, Double, Double, Int32) Approximates a definite integral using an Nth order Gauss-Legendre rule.
Public methodStatic memberIntegrate(FuncDouble, Double, Double, Double, Double, Double, Double, Int32) Approximates a 2-dimensional definite integral using an Nth order Gauss-Legendre rule over the rectangle [a,b] x [c,d].
Public methodStatic memberIntegrate(FuncDouble, Double, Double, Double, Double, Double, Double, Double, Double, Double, Int32) Approximates a 3-dimensional definite integral using an Nth order Gauss-Legendre rule over the cuboid [a1,a2] x [b1,b2] x [c1,c2].
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also