Mol(Math Object Library) fot .Net
コンストラクター(行列、行列)。
元データ/変換データ領域は引数 data/dft(インスタンスは参照を保持します)を直接操作するか GetDataValue(array<Int32>[]()[][])SetDataValue(Double, array<Int32>[]()[][]) を使用することができます。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public DftDouble(
	MatrixDenseGeneralDouble data,
	MatrixDenseGeneralComplex dft
)
Visual Basic
Public Sub New ( 
	data As MatrixDenseGeneralDouble,
	dft As MatrixDenseGeneralComplex
)
Visual C++
public:
DftDouble(
	MatrixDenseGeneralDouble^ data, 
	MatrixDenseGeneralComplex^ dft
)
new : 
        data : MatrixDenseGeneralDouble * 
        dft : MatrixDenseGeneralComplex -> DftDouble

Parameters

data
タイプ: Mol..::..MatrixDenseGeneralDouble
元データ領域(行列)
dft
タイプ: Mol..::..MatrixDenseGeneralComplex
変換データ領域(行列)

参照