Table of Contents

Constructor Acos

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

Acos(Column)

Initializes a new instance of ACOS for a column.

public Acos(Column column)

Parameters

column Column

The column containing values between -1 and 1.

Acos(Expression)

Initializes a new instance of ACOS for an expression.

public Acos(Expression expression)

Parameters

expression Expression

The expression containing a value between -1 and 1.

Acos(IElement)

Initializes a new instance of ACOS for any element.

public Acos(IElement element)

Parameters

element IElement

The element containing a value between -1 and 1.