Click or drag to resize
Accord.NET (logo)

NonAdaptiveGaussKronrodToleranceAbsolute Property

Desired absolute accuracy. If set to zero, this parameter will be ignored and only other requisites will be taken into account. Default is zero.

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

Property Value

Type: Double
See Also