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: 23.2.417.0 (23.2.417.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