Table of Contents

Constructor Floor

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Floor(IElement)

Initializes a new instance of FLOOR for a single element.

public Floor(IElement element)

Parameters

element IElement

The numeric element to round down.

Floor(IEnumerable<IElement>)

Initializes a new instance of FLOOR for multiple elements.

public Floor(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The numeric elements to round down.