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.