ReferenceintervalList

<intervalList>

<intervalList> is a Math component that renders a list of intervals.

Attributes and Properties

Attributes for <intervalList>
AttributeTypeValues
asList = "…""true" "false"
displayDecimals = "…"
displayDigits = "…"
displaySmallAsZero = "…"
maxNumber = "…"number
padZeros = "…"
unordered = "…"boolean"true" "false"
Props for <intervalList name="i">
PropertyType
$i.maxNumbernumber
$i.numIntervalsnumber
$i.numValuesnumber
$i.unorderedboolean

Example: <intervalList> as domain of a <piecewiseFunction>

Individual intervals in an <intervalList> can be accessed using array notation.