MathObject::cos Method (Double)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Calculates the cosine of the specified angle.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Math_cos)] static double cos( double x )
Parameters
- x
-
Type:
System::Double
An angle, measured in radians.
.NET Framework
Available since 1.1
Available since 1.1
Show: