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
elementIElementThe 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
elementsIEnumerable<IElement>The numeric elements to include in the sum.