Click or drag to resize

MinimumMaximumAccessConstraintMaximumTolerance Property

Gets or sets the tolerance associated with the MaximumValue 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 MaximumTolerance { 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 MaximumValue. If the MaximumValue is nearly zero, the tolerance should be small. The default tolerance is Epsilon8. However, it is recommended that if MaximumValue is small, the tolerance should be set to Epsilon8 multiplied by the MaximumValue.
See Also