Constructor Greatest
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Greatest(IEnumerable<IElement>)
Initializes a new instance of GREATEST with a collection of elements.
public Greatest(IEnumerable<IElement> elements)
Parameters
elementsIEnumerable<IElement>The elements to compare. At least two are required.