Sin

Function Group Execution Windows Embedded Thin Client Mobile Access
Sin Trigonometric Synchronous Supported Supported Supported Supported

Description

Calculates the Sine of a value.

Syntax

  Sin( numAngle )  
numAngle
The Angle (in radians) from which to calculate the Sine.

Returned value

Returns the Sine of numAngle.

Examples

Tag Name Expression
Tag Sin( 0 ) // Returned value = 0.000000
Tag Sin( 1.570796 ) // Returned value = 1.000000

Sin