Zum Hauptinhalt springen

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

NameTypeDescriptionDefined By
varvarResult variable name math:floor

Results:

BindingTypePredicate
varfloatN/A

Examples

Example

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

<!-- 17 -->