MathObject.sin(Double) Method

Definition

Overloads

sin(Double)

This API supports the product infrastructure and is not intended to be used directly from your code.

Calculates the sine of the specified angle.

sin(Double)

Calculates the sine of the specified angle.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

x
Double

An angle, measured in radians.

Returns

The sine of x.

Attributes

See also

Applies to