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

コサインが計算される半回転単位の値。

戻り値

のコサインxを乗算した 。pi

実装

注釈

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

適用対象