Single.Cos(Single) メソッド

定義

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

public:
 static float Cos(float x) = System::Numerics::ITrigonometricFunctions<float>::Cos;
public static float Cos(float x);
static member Cos : single -> single
Public Shared Function Cos (x As Single) As Single

パラメーター

x
Single

コサインが計算されるラジアン単位の値。

返品

xのコサイン。

実装

注釈

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

適用対象