function Sin(Value: Double): Double
function Sin(Value: Integer): Double
The Sin function returns the sine of the input parameter, which is an angle specified in radians. To convert an angle from degrees to radians, use the Radians function. The return value is a Double value between -1 and 1.