Click or drag to resize

MinimumMaximumAccessConstraintMinimumTolerance Property

Gets or sets the tolerance associated with the MinimumValue to be used when computing threshold crossings.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double MinimumTolerance { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value of the tolerance must be positive and non-zero.
Remarks
In comparison to other AccessConstraints, this tolerance should reflect the MinimumValue. If the MinimumValue is nearly zero, the tolerance should be small. The default tolerance is Epsilon8. However, it is recommended that if MinimumValue is small, the tolerance should be set to Epsilon8 multiplied by the MinimumValue.
See Also