Constructor Floor
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Floor(IElement)
Initializes a new instance of FLOOR for a single element.
public Floor(IElement element)
Parameters
elementIElementThe numeric element to round down.
Floor(IEnumerable<IElement>)
Initializes a new instance of FLOOR for multiple elements.
public Floor(IEnumerable<IElement> elements)
Parameters
elementsIEnumerable<IElement>The numeric elements to round down.