Click or drag to resize
Accord.NET (logo)

MonteCarloIntegration Constructor (Int32)

Constructs a new Monte Carlo integration method.

Namespace:  Accord.Math.Integration
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public MonteCarloIntegration(
	int parameters
)
Request Example View Source

Parameters

parameters
Type: SystemInt32
The number of parameters expected by the integrand.
See Also