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 倍数化された値 (半回転単位)。

戻り値

を乗算した pixサイン。

実装

注釈

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

適用対象