<floor>
<floor>
is a Math Operator
component that renders the result of the function applied to the enclosed numerical expression or
math input. The function returns the greatest integer less than or equal to a given rational number.
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" |
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 |
---|---|
$f.anchor | point |
$f.backgroundColor | text |
$f.createIntervals | boolean |
$f.createVectors | boolean |
$f.disabled | boolean |
$f.displayBlanks | boolean |
$f.displayDecimals | integer |
$f.displayDigits | integer |
$f.displaySmallAsZero | number |
$f.draggable | boolean |
$f.expand | boolean |
$f.fixed | boolean |
$f.fixLocation | boolean |
$f.format | text |
$f.functionSymbols | textList |
$f.hidden | boolean |
$f.isNumber | boolean |
$f.isNumeric | boolean |
$f.latex | latex |
$f.layer | number |
$f.list | [ math ] |
$f.matrix | [ math ] |
$f.matrixSize | numberList |
$f.number | number |
$f.numColumns | integer |
$f.numDimensions | integer |
$f.numListItems | integer |
$f.numRows | integer |
$f.padZeros | boolean |
$f.parseScientificNotation | boolean |
$f.positionFromAnchor | text |
$f.renderMode | text |
$f.simplify | text |
$f.splitSymbols | boolean |
$f.text | text |
$f.textColor | text |
$f.textStyleDescription | text |
$f.unordered | boolean |
$f.value | floor |
$f.vector | [ math ] |
$f.x | math |
$f.y | math |
$f.z | math |
Example: <floor>
function of nested value
A <floor>
component returns the result of the function evaluated at the enclosed math
.
Example: <floor>
function of <mathInput/>
A <floor>
component returns the result of the function evaluated at a user-specified value.