<interval>
<interval>
is a Math
component that renders an interval.
Attributes and Properties
Attribute | Type | Values |
---|---|---|
anchor = "…" | point | |
createVectors = "…" | boolean | "true" "false" |
displayBlanks = "…" | boolean | "true" "false" |
displayDecimals = "…" | integer | |
displayDigits = "…" | integer | |
displaySmallAsZero = "…" | number | |
draggable = "…" | boolean | "true" "false" |
expand = "…" | boolean | "true" "false" |
format = "…" | text | "text" "latex" |
functionSymbols = "…" | textList | |
layer = "…" | number | |
padZeros = "…" | boolean | "true" "false" |
parseScientificNotation = "…" | boolean | "true" "false" |
positionFromAnchor = "…" | text | "upperright" "upperleft" "lowerright" "lowerleft" "top" "bottom" "left" "right" "center" |
referencesAreFunctionSymbols = "…" | ||
renderMode = "…" | text | |
simplify = "…" | text | "none" "full" "numbers" "numberspreserveorder" |
splitSymbols = "…" | boolean | "true" "false" |
unordered = "…" | boolean | "true" "false" |
Property | Type |
---|---|
$i.anchor | point |
$i.backgroundColor | text |
$i.createIntervals | boolean |
$i.createVectors | boolean |
$i.disabled | boolean |
$i.displayBlanks | boolean |
$i.displayDecimals | integer |
$i.displayDigits | integer |
$i.displaySmallAsZero | number |
$i.draggable | boolean |
$i.expand | boolean |
$i.fixed | boolean |
$i.fixLocation | boolean |
$i.format | text |
$i.functionSymbols | textList |
$i.hidden | boolean |
$i.isNumber | boolean |
$i.isNumeric | boolean |
$i.latex | latex |
$i.layer | number |
$i.list | [ math ] |
$i.matrix | [ math ] |
$i.matrixSize | numberList |
$i.number | number |
$i.numColumns | integer |
$i.numDimensions | integer |
$i.numListItems | integer |
$i.numRows | integer |
$i.padZeros | boolean |
$i.parseScientificNotation | boolean |
$i.positionFromAnchor | text |
$i.renderMode | text |
$i.simplify | text |
$i.splitSymbols | boolean |
$i.text | text |
$i.textColor | text |
$i.textStyleDescription | text |
$i.unordered | boolean |
$i.value | interval |
$i.vector | [ math ] |
$i.x | math |
$i.y | math |
$i.z | math |
Example: Check if a value is contained in an <interval>
The <interval>
component recognizes the following terms:
- union
- intersect
- \cup (must use
format="latex"
) - \cap (must use
format="latex"
)
Defined intervals can be referenced in <boolean>
comparisons.
Example: <interval>
as a <function>
domain
A named <interval>
component is referenced in the domain
attribute of a graphed <function>
.