<intComma>
<intComma>
is a Math Operator
component which inserts commas into a large integer when rendering.
Attributes and Properties
Attribute | Type | Values |
---|---|---|
anchor = "…" | point | |
draggable = "…" | boolean | "true" "false" |
isLatex = "…" | boolean | "true" "false" |
layer = "…" | number | |
positionFromAnchor = "…" | text | "upperright" "upperleft" "lowerright" "lowerleft" "top" "bottom" "left" "right" "center" |
Property | Type |
---|---|
$i.anchor | point |
$i.backgroundColor | text |
$i.characters | [ text ] |
$i.disabled | boolean |
$i.draggable | boolean |
$i.fixed | boolean |
$i.fixLocation | boolean |
$i.hidden | boolean |
$i.isLatex | boolean |
$i.layer | number |
$i.list | [ text ] |
$i.math | math |
$i.number | number |
$i.numCharacters | integer |
$i.numListItems | integer |
$i.numWords | integer |
$i.originalValue | intComma |
$i.positionFromAnchor | text |
$i.text | text |
$i.textColor | text |
$i.textStyleDescription | text |
$i.value | intComma |
$i.words | [ text ] |
Example: basic use
The <intComma>
component inserts commas for readability in large numbers.
Example: using named references - display only
Note that the <intComma>
component must be enclosed around each individual
reference in numerical computations. In addition, this component can only be used after
computations are performed, during final rendering.