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