バージョン

Atan(ComplexMatrix) メソッド

ComplexMatrixx 各要素のアークタンジェントと共に返します。
シンタックス
'宣言
 
Public Overloads Shared Function Atan( _
   ByVal x As ComplexMatrix _
) As ComplexMatrix
public static ComplexMatrix Atan( 
   ComplexMatrix x
)

パラメータ

x
ComplexMatrix。

戻り値の型

y[i] = Atan(x[i]) である ComplexMatrix y。
参照