<floor>

<floor> is a Math Operator component that renders the result of the floor\text{floor} function applied to the enclosed numerical expression or math input. The floor\text{floor} function returns the greatest integer less than or equal to a given rational number.

Attributes and Properties

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

Example: <floor> function of nested value

A <floor> component returns the result of the floor\text{floor} function evaluated at the enclosed math.


Example: <floor> function of <mathInput/>

A <floor> component returns the result of the floor\text{floor} function evaluated at a user-specified value.