バージョン 20.1

減算演算子(Double,ComplexMatrix) オペレータ

double と ComplexMatrix を個別に減算します。
シンタックス
public ComplexMatrix operator -( 
   double x1,
   ComplexMatrix x2
)

パラメータ

x1
x2

戻り値の型

y[i] = x1 - x2[i] である ComplexMatrix。
参照