Table of Contents

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

element IElement

The 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

elements IEnumerable<IElement>

The numeric elements to truncate to integers.