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)

適用対象