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)

適用於