<not>
<not>
is a Logic
component that can be used in place of typing not
or using the symbol !
to construct boolean conditions.
Attributes and Properties
Attribute | Type | Values |
---|---|---|
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" |
Property | Type |
---|---|
$n.allowedErrorInNumbers | number |
$n.allowedErrorIsAbsolute | boolean |
$n.caseInsensitiveMatch | boolean |
$n.disabled | boolean |
$n.expandOnCompare | boolean |
$n.fixed | boolean |
$n.fixLocation | boolean |
$n.hidden | boolean |
$n.includeErrorInNumberExponents | boolean |
$n.matchBlanks | boolean |
$n.matchByExactPositions | boolean |
$n.numPeriodicSetMatchesRequired | integer |
$n.numSignErrorsMatched | number |
$n.simplifyOnCompare | text |
$n.symbolicEquality | boolean |
$n.text | text |
$n.unorderedCompare | boolean |
$n.value | boolean |
$n.valuePreOperator | not |
Example: <not>
in a <boolean>
The <not>
component functions as the boolean operator not
or !
.
Example: <not>
in an <award>
A <not>
component is used to construct a boolean condition within an <award>
.