Referenceproduct

<product>

<product> is a Math Operator component that renders the product of its arguments.

Attributes and Properties

Attributes for <product>
AttributeTypeValues
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"
Props for <product name="p">
PropertyType
$p.anchorpoint
$p.backgroundColortext
$p.createIntervalsboolean
$p.createVectorsboolean
$p.disabledboolean
$p.displayBlanksboolean
$p.displayDecimalsinteger
$p.displayDigitsinteger
$p.displaySmallAsZeronumber
$p.draggableboolean
$p.expandboolean
$p.fixedboolean
$p.fixLocationboolean
$p.forceNumericboolean
$p.forceSymbolicboolean
$p.formattext
$p.functionSymbolstextList
$p.hiddenboolean
$p.isNumberboolean
$p.isNumericboolean
$p.latexlatex
$p.layernumber
$p.list[ math ]
$p.matrix[ math ]
$p.matrixSizenumberList
$p.numbernumber
$p.numColumnsinteger
$p.numDimensionsinteger
$p.numListItemsinteger
$p.numRowsinteger
$p.padZerosboolean
$p.parseScientificNotationboolean
$p.positionFromAnchortext
$p.renderModetext
$p.simplifytext
$p.splitSymbolsboolean
$p.texttext
$p.textColortext
$p.textStyleDescriptiontext
$p.unorderedboolean
$p.valueproduct
$p.vector[ math ]
$p.xmath
$p.ymath
$p.zmath

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.