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.