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)が計算されます。

適用対象