NFloat.SinPi(NFloat) メソッド

定義

pi乗算された値のサインを計算します。

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

パラメーター

x
NFloat

半回転の値は、サインを計算する前に pi で倍数になります。

返品

x piで乗算したサイン。

実装

注釈

これにより、 sin(x * π)が計算されます。

適用対象