Table of Contents

Constructor Sum

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

Sum(IElement)

Initializes a new instance of SUM for a single element.

public Sum(IElement element)

Parameters

element IElement

The numeric element to sum.

Sum(IEnumerable<IElement>)

Initializes a new instance of SUM for multiple elements (for arithmetic expressions).

public Sum(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The numeric elements to include in the sum.