ReferenceisBetween

<isBetween>

<isBetween> is a Logic component that returns the boolean value of true or false depending on whether a value is enclosed in a specified interval.

Attributes and Properties

Attributes for <isBetween>
AttributeTypeValues
allowedErrorInNumbers = "…"number
allowedErrorIsAbsolute = "…"boolean"true" "false"
caseInsensitiveMatch = "…"boolean"true" "false"
expandOnCompare = "…"boolean"true" "false"
includeErrorInNumberExponents = "…"boolean"true" "false"
limits = "…"numberList
matchBlanks = "…"boolean"true" "false"
matchByExactPositions = "…"boolean"true" "false"
numPeriodicSetMatchesRequired = "…"integer
numSignErrorsMatched = "…"number
simplifyOnCompare = "…"text"none" "full" "numbers" "numberspreserveorder"
strict = "…"boolean"true" "false"
symbolicEquality = "…"boolean"true" "false"
unorderedCompare = "…"boolean"true" "false"
Props for <isBetween name="i">
PropertyType
$i.allowedErrorInNumbersnumber
$i.allowedErrorIsAbsoluteboolean
$i.caseInsensitiveMatchboolean
$i.disabledboolean
$i.expandOnCompareboolean
$i.fixedboolean
$i.fixLocationboolean
$i.hiddenboolean
$i.includeErrorInNumberExponentsboolean
$i.limitsnumberList
$i.matchBlanksboolean
$i.matchByExactPositionsboolean
$i.numPeriodicSetMatchesRequiredinteger
$i.numSignErrorsMatchednumber
$i.simplifyOnComparetext
$i.strictboolean
$i.symbolicEqualityboolean
$i.texttext
$i.unorderedCompareboolean
$i.valueboolean

Example: Basic use

The endpoints of the desired interval are entered as a list of numbers in the limits attribute. By default, endpoints are included in the interval.


Attribute Example: strict

The strict attribute is included to exclude the endpoints of the interval.