The sin method returns the sine of a number.
System.Double sin(System.Double x);
x
Angle in radians.
Returns the returns a numeric value between -1 and 1, which represents the sine of the angle.
Member of Math.