バージョン

Acos(Double) メソッド

x のアークコサインを返します。アークコサインは [0 pi] の範囲の Cos(x) の逆数です。
シンタックス
'宣言
 
Public Overloads Shared Function Acos( _
   ByVal x As Double _
) As Double
public static double Acos( 
   double x
)

パラメータ

x
double。

戻り値の型

x のアークコサイン。
参照