|
MonteCarloIntegrationIntegrate Method (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.
Namespace:
Accord.Math.Integration
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double Integrate(
Func<double[], double> func,
double[] a,
double[] b
)
Public Shared Function Integrate (
func As Func(Of Double(), Double),
a As Double(),
b As Double()
) As Double
Request Example
View SourceParameters
- func
- Type: SystemFuncDouble, Double
- a
- Type: SystemDouble
- b
- Type: SystemDouble
Return Value
Type:
Double
True if the integration method succeeds, false otherwise.
See Also