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
elementIElementThe 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
elementsIEnumerable<IElement>The non-negative numeric elements to calculate the square root of.