Constructor Abs
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Abs(IElement)
Initializes a new instance of ABS for a single element.
public Abs(IElement element)
Parameters
elementIElementThe numeric element to calculate the absolute value of.
Abs(IEnumerable<IElement>)
Initializes a new instance of ABS for multiple elements.
public Abs(IEnumerable<IElement> elements)
Parameters
elementsIEnumerable<IElement>The numeric elements to calculate the absolute value of.