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.

Int(Column)

Initializes a new instance of INT for a column.

public Int(Column column)

Parameters

column Column

The numeric column to truncate to an integer.

Int(double)

Initializes a new instance of INT for a double literal value.

public Int(double value)

Parameters

value double

The double value to truncate to an integer.