NFloat.Cos(NFloat) メソッド

定義

値のコサインを計算します。

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

パラメーター

x
NFloat

コサインを計算する値をラジアン単位で指定します。

戻り値

x のコサイン。

実装

注釈

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

適用対象