class Liquid::Filters::Floor
- Liquid::Filters::Floor
- Reference
- Object
Overview
floor
floors a string or float value and returns the value floor'd
Input {{ "1.34" | floor }}
Output 1.0
floor
floors a string or float value and returns the value floor'd
Input {{ "1.34" | floor }}
Output 1.0