|
MonteCarloIntegration Constructor (Int32, FuncDouble, Double)
|
Namespace:
Accord.Math.Integration
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public MonteCarloIntegration(
int parameters,
Func<double[], double> function
)
Public Sub New (
parameters As Integer,
function As Func(Of Double(), Double)
)
Request Example
View SourceParameters
- parameters
- Type: SystemInt32
The number of parameters expected by the function. - function
- Type: SystemFuncDouble, Double
The function to be integrated.
See Also