NFloat.Sin(NFloat) 方法

定义

计算值的正弦值。

public:
 static System::Runtime::InteropServices::NFloat Sin(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::Sin;
public static System.Runtime.InteropServices.NFloat Sin (System.Runtime.InteropServices.NFloat x);
static member Sin : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Sin (x As NFloat) As NFloat

参数

x
NFloat

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

返回

x 的正弦值。

实现

注解

这会计算 sin(x)

适用于