DurationFunctionSamplingTolerance Property  | 
 
            Gets or sets the tolerance used for convergence in the independent variable.
            The default value is 0.005 seconds.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Duration Tolerance { get; set; }Public Property Tolerance As Duration
	Get
	Set
public:
property Duration Tolerance {
	Duration get ();
	void set (Duration value);
}member Tolerance : Duration with get, set
Property Value
Type: 
Duration
Exceptions
See Also