Table of Contents

Constructor Cast

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

Cast(IElement)

Initializes a new instance of CAST for a single element.

public Cast(IElement element)

Parameters

element IElement

The element to cast to a different data type.

Cast(IEnumerable<IElement>)

Initializes a new instance of CAST for multiple elements.

public Cast(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements to cast to different data types.