Click or drag to resize

DurationFunctionExplorerCrossingDurationTolerance Property

Gets or sets the tolerance with which to converge on duration when finding a precise crossing of a threshold. By default, this property has the value 0.005 seconds (5 milliseconds).

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Duration CrossingDurationTolerance { get; set; }

Property Value

Type: Duration
See Also