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.
Abs(Column)
Initializes a new instance of ABS for a column.
public Abs(Column column)
Parameters
columnColumnThe 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
valueintThe 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
valuedoubleThe 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
valuedecimalThe decimal value to calculate the absolute value of.