Click or drag to resize
Accord.NET (logo)

MonteCarloIntegrationArea Property

Gets the numerically computed result of the definite integral for the specified function.

Namespace:  Accord.Math.Integration
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double Area { get; set; }
Request Example View Source

Property Value

Type: Double

Implements

INumericalIntegrationArea
See Also