public static double Cos(
	double x
)Public Shared Function Cos ( 
	x As Double
) As Doublepublic:
static double Cos(
	double x
)static member Cos : 
        x : float -> float For an explanation of this method, see the remarks for the Sin(Double) method.