ReferenceisInteger

<isInteger>

<isInteger> is a Logic component that returns the boolean value of true or false depending on whether the value enclosed is an integer.

Attributes and Properties

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

Example: Basic use

Tne <isInteger> component checks to see whether the enclosed value is an integer.