Constructor Int
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Int(IElement)
Initializes a new instance of INT for a single element.
public Int(IElement element)
Parameters
elementIElementThe numeric element to truncate to an integer.
Int(IEnumerable<IElement>)
Initializes a new instance of INT for multiple elements.
public Int(IEnumerable<IElement> elements)
Parameters
elementsIEnumerable<IElement>The numeric elements to truncate to integers.