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