Table of Contents

Constructor Max

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

Max(Column)

Initializes a new instance of MAX for a specific column.

public Max(Column column)

Parameters

column Column

The column to find the maximum value from.

Max(IElement)

Initializes a new instance of MAX for a single element.

public Max(IElement element)

Parameters

element IElement

The element to find the maximum value from.

Max(IEnumerable<IElement>)

Initializes a new instance of MAX for a composed expression (e.g. MAX(ROUND(price, 2))).

public Max(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements that make up the expression to evaluate.