Share via


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)

适用于