Click or drag to resize
Accord.NET (logo)

TrapezoidalRule Properties

The TrapezoidalRule type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the numerically computed result of the definite integral for the specified function.
Public propertyFunction
Gets or sets the unidimensional function whose integral should be computed.
Public propertyRange
Gets or sets the input range under which the integral must be computed.
Public propertySteps
Gets or sets the number of steps into which the integration interval will be divided. Default is 6.
Top
See Also