|
TrapezoidalRule Constructor (Int32)
|
Namespace:
Accord.Math.Integration
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public TrapezoidalRule(
int steps
)
Public Sub New (
steps As Integer
)
Request Example
View SourceParameters
- steps
- Type: SystemInt32
The number of steps into which the integration
interval will be divided.
See Also