Contents
Display Legacy Contents

 Print
    Sine      
This Function returns a <numeric>, which is the Sine of the specified Value.

Parameters

Value <numeric>
  Value to retrieve the Sine from, in radians.

     
Example 1
  Example 2
Sin(1.5707963268)

Result = 1
  Sin(DegreeToRadian(90))

Result = 1

See also
Samples
Sample 1
Sample 2
 
Updated: 3/25/2013 11:46 AM