Round fractions down
Anatomy
<math:floor var="var">
float
</math:floor>
Description: MATH:FLOOR rounds a value down to the next lowest integer number.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | math:floor |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
Example
<output>
<math:floor>17.213482971852</math:floor>
</output>
<!-- 17 -->