Table of Contents

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

element IElement

The 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

elements IEnumerable<IElement>

The numeric elements to calculate the absolute value of.