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.

Abs(Column)

Initializes a new instance of ABS for a column.

public Abs(Column column)

Parameters

column Column

The numeric column to calculate the absolute value of.

Abs(int)

Initializes a new instance of ABS for an integer literal value.

public Abs(int value)

Parameters

value int

The integer value to calculate the absolute value of.

Abs(double)

Initializes a new instance of ABS for a double literal value.

public Abs(double value)

Parameters

value double

The double value to calculate the absolute value of.

Abs(decimal)

Initializes a new instance of ABS for a decimal literal value.

public Abs(decimal value)

Parameters

value decimal

The decimal value to calculate the absolute value of.