MathObject.cos(Double) Methode

Definitie

Berekent de cosinus van de opgegeven hoek.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static double cos(double x);
[Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_cos)]
public static double cos(double x);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_cos)]
public static double cos(double x);
[<Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_cos)>]
static member cos : double -> double
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_cos)>]
static member cos : double -> double
Public Shared Function cos (x As Double) As Double

Parameters

x
Double

Een hoek, gemeten in radialen.

Retouren

De cosinus van x.

Kenmerken

Van toepassing op

Zie ook