Table of Contents

Constructor Sqrt

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Sqrt(IElement)

Initializes a new instance of SQRT for a single element.

public Sqrt(IElement element)

Parameters

element IElement

The non-negative numeric element to calculate the square root of.

Sqrt(IEnumerable<IElement>)

Initializes a new instance of SQRT for multiple elements.

public Sqrt(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The non-negative numeric elements to calculate the square root of.

Sqrt(Column)

Initializes a new instance of SQRT for a column.

public Sqrt(Column column)

Parameters

column Column

The non-negative numeric column to calculate the square root of.

Sqrt(int)

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

public Sqrt(int value)

Parameters

value int

The non-negative integer value to calculate the square root of.

Sqrt(double)

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

public Sqrt(double value)

Parameters

value double

The non-negative double value to calculate the square root of.