<product>
<product>
is a Math Operator
component that renders the product of its arguments.
Attributes and Properties
Attribute | Type | Values |
---|---|---|
anchor = "…" | point | |
createIntervals = "…" | boolean | "true" "false" |
createVectors = "…" | boolean | "true" "false" |
displayBlanks = "…" | boolean | "true" "false" |
displayDecimals = "…" | integer | |
displayDigits = "…" | integer | |
displaySmallAsZero = "…" | number | |
draggable = "…" | boolean | "true" "false" |
expand = "…" | boolean | "true" "false" |
forceNumeric = "…" | boolean | "true" "false" |
forceSymbolic = "…" | 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 |
---|---|
$p.anchor | point |
$p.backgroundColor | text |
$p.createIntervals | boolean |
$p.createVectors | boolean |
$p.disabled | boolean |
$p.displayBlanks | boolean |
$p.displayDecimals | integer |
$p.displayDigits | integer |
$p.displaySmallAsZero | number |
$p.draggable | boolean |
$p.expand | boolean |
$p.fixed | boolean |
$p.fixLocation | boolean |
$p.forceNumeric | boolean |
$p.forceSymbolic | boolean |
$p.format | text |
$p.functionSymbols | textList |
$p.hidden | boolean |
$p.isNumber | boolean |
$p.isNumeric | boolean |
$p.latex | latex |
$p.layer | number |
$p.list | [ math ] |
$p.matrix | [ math ] |
$p.matrixSize | numberList |
$p.number | number |
$p.numColumns | integer |
$p.numDimensions | integer |
$p.numListItems | integer |
$p.numRows | integer |
$p.padZeros | boolean |
$p.parseScientificNotation | boolean |
$p.positionFromAnchor | text |
$p.renderMode | text |
$p.simplify | text |
$p.splitSymbols | boolean |
$p.text | text |
$p.textColor | text |
$p.textStyleDescription | text |
$p.unordered | boolean |
$p.value | product |
$p.vector | [ math ] |
$p.x | math |
$p.y | math |
$p.z | math |
Example: <product>
of a nested list of numbers
<product>
renders the product of values in a list of numbers separated by spaces.
Example: <product>
of a named list
<product>
renders the product of values in a named <numberList>
.
Example: <product>
of a randomly selected set of numbers
<product>
renders the product of values in a list of numbers that are generated
with the <selectRandomNumbers/>
component.
Example: <product>
of symbolic maths
<product>
renders the product of values in a named <mathList>
. Since <product>
is a math component, <math>
attributes like simplify
are also available.