Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColorwhite

Number


This type checks the boundaries of an attribute with base type number, integer, currency or percentage.

Syntax

Code Block
<maxIncl><minIncl><maxExcl><minExcl>
  • maxIncl - The attribute value should be less than or equal to this value.

  • minIncl - The attribute value should be greater than or equal to this value.

  • maxExc - The attribute value should be less than this value.

  • minExcl - The attribute value should be greater than this value.

Examples


ParametersValueResult
<><0>0valid
<><><><0>0invalid
<><><><0>1valid
<120><><><0>120valid
<><><120><0>120invalid
<><><120><0>119valid
<5.1345><><><1.2345>5.1345valid
<5.1345><><><1.2345>1.2345invalid

Back to top

...