_RangeCheckInclusive

Characteristic Description

Availability

Integer and float items

Description

Checks whether the value of a float or integer item is greater than or equal to a minimum value and less than or equal to a maximum value.

By default, the minimum value is:

  • 0 for an integer.
  • 0.0 for a float.

By default, the maximum value is:

  • 100 for an integer.
  • 100.0 for a float item.

You can change these values when you create a rule based on the template.

Returns

  • True—The value of the item is greater than or equal to the minimum value and less than or equal to the maximum value.
  • False—The value of the item is less than the minimum value or greater than the maximum value.

Display text

Value must be greater than or equal to {MinValue}, and less than or equal to {MaxValue}