MinimumMaximumAccessConstraint.MinimumTolerance 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double MinimumTolerance { get; set; }
Public Property MinimumTolerance As Double
Get
Set
public:
property double MinimumTolerance {
double get ();
void set (double value);
}
member MinimumTolerance : float with get, set
Property Value
Type:
Double
Exceptions
Remarks
See Also