Table of Contents

Class Cos

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

Represents the COS (cosine) trigonometric function that calculates the cosine of an angle.

public class Cos : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
Inheritance
Cos
Implements

Remarks

The COS function calculates the cosine of an angle specified in radians. The result is a value between -1 and 1. For angles in degrees, use RADIANS to convert before applying COS. This is useful for geometric calculations, circular motion, and mathematical modeling.

Constructors

Cos(IElement)

Initializes a new instance of COS for any element.

Cos(Column)

Initializes a new instance of COS for a column.

Cos(Expression)

Initializes a new instance of COS for an expression.