Half.Cos(Half) メソッド

定義

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

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

パラメーター

x
Half

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

戻り値

x のコサイン。

実装

注釈

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

適用対象