ReferenceisNumber

<isNumber>

<isNumber> is a Logic component that returns the boolean value of true or false depending on whether the value enclosed is a real number.

Attributes and Properties

Attributes for <isNumber>
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 <isNumber 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 <isNumber> component checks to see whether the enclosed value is a real number.