Click or drag to resize
Accord.NET (logo)

TrapezoidalRuleRange Property

Gets or sets the input range under which the integral must be computed.

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

Property Value

Type: DoubleRange

Implements

IUnivariateIntegrationRange
See Also