NFloat.CosPi(NFloat) メソッド

定義

によって pi多重化された値のコサインを計算します。

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

パラメーター

x
NFloat

コサインを計算する値を半回転で指定します。

戻り値

を乗算した pixコサイン。

実装

注釈

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

適用対象