public static double Cos(
double x
)
Public Shared Function Cos (
x As Double
) As Double
public:
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.