Skip to main content

Round fractions down

XML
<math:floor var="var">
float
</math:floor>

<math:floor /> rounds a value down to the next lowest integer number.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:floor

Results

BindingTypePredicate
varfloatN/A

Examples

XML
<output>
<math:floor>17.213482971852</math:floor>
</output>

<!-- 17 -->