Class Sin
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Represents the SIN (sine) trigonometric function that calculates the sine of an angle.
public class Sin : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
- Inheritance
-
Sin
- Implements
Remarks
The SIN function calculates the sine 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 SIN. This is useful for geometric calculations, wave functions, and mathematical modeling.
Constructors
- Sin(IElement)
Initializes a new instance of SIN for any element.
- Sin(Column)
Initializes a new instance of SIN for a column.
- Sin(Expression)
Initializes a new instance of SIN for an expression.