Single.Sin(Single) 方法

定义

计算值的正弦值。

public:
 static float Sin(float x) = System::Numerics::ITrigonometricFunctions<float>::Sin;
public static float Sin(float x);
static member Sin : single -> single
Public Shared Function Sin (x As Single) As Single

参数

x
Single

要计算其正弦值(以弧度为单位)。

返回

的正弦值x

实现

注解

此计算 。sin(x)

适用于