Click or drag to resize

QagilIntegration Methods

The QagilIntegration type exposes the following members.

Methods
 NameDescription
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIntegrate(FuncDouble, Double, Double, Double, Double, Int32, Double, Double) Adaptive integration on semi-infinite interval (-Infinity,b) using the integration rule and debug setting given in the constructor.
Public methodIntegrate(FuncDouble, Double, Double, Double, Double, Int32, gsl_integration_rule, Boolean, Double, Double) Adaptive integration on semi-infinite interval (-Infinity,b).
Public methodStatic memberIntegration(FuncDouble, Double, Double, Double, Double, Int32, Double, Double) Adaptive integration on semi-infinite interval (-Infinity,b) using default settings for integration rule and debugging.
Public methodStatic memberIntegration(FuncDouble, Double, Double, Double, Double, Int32, Double, Double, Object) Adaptive integration on semi-infinite interval (-Infinity,b) using default settings for integration rule and debugging.
Public methodStatic memberIntegration(FuncDouble, Double, Double, Double, Double, Int32, gsl_integration_rule, Boolean, Double, Double) Adaptive integration on semi-infinite interval (-Infinity,b).
Public methodStatic memberIntegration(FuncDouble, Double, Double, Double, Double, Int32, gsl_integration_rule, Boolean, Double, Double, Object) Adaptive integration on semi-infinite interval (-Infinity,b).
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