Table of Contents

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

element IElement

The numeric element to round up.

Ceiling(IEnumerable<IElement>)

Initializes a new instance of CEILING for multiple elements.

public Ceiling(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The numeric elements to round up.

Ceiling(Column)

Initializes a new instance of CEILING for a column.

public Ceiling(Column column)

Parameters

column Column

The numeric column to round up.

Ceiling(double)

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

public Ceiling(double value)

Parameters

value double

The double value to round up.

Ceiling(decimal)

Initializes a new instance of CEILING for a decimal literal value.

public Ceiling(decimal value)

Parameters

value decimal

The decimal value to round up.