Click or drag to resize
ODETolerance Property
The error tolerance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double Tolerance { get; set; }

Property Value

Type: Double
A double specifying the error tolerance.

Default: Tolerance = 1.0e-6.

Remarks
Tolerance must be greater than zero.
See Also