Click or drag to resize
Accord.NET (logo)

MonteCarloIntegrationIntegrate Method

Overload List
  NameDescription
Public methodStatic memberIntegrate(FuncDouble, Double, Double, Double)
Computes the area of the function under the selected Range. The computed value will be available at this object's Area.
Public methodStatic memberIntegrate(FuncDouble, Double, Double, Double, Int32)
Computes the area under the integral for the given function, in the given integration interval, using a Monte Carlo integration algorithm.
Public methodStatic memberIntegrate(FuncDouble, Double, Double, Double, Int32)
Computes the area of the function under the selected Range. The computed value will be available at this object's Area.
Top
See Also