Tolerance Property

Specifies the tolerance for exact match Lookup tables.

Syntax

object.Tolerance [= Single]

Properties

The Tolerance property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Single

The tolerance value.

Remarks

The tolerance will work just like in an expression. If the value is within +/- tolerance, the value will pass the condition imposed – in this case equality.

For example, the user sets up an exact match table such that an object is green when the value is 0 and red when the value is 1. Most likely the value will end up being 0.0000009, and therefore the object may never be green. Tolerance will prevent this.

 

Applies To