Mol(Math Object Library) fot .Net
NonlinearEquations が扱う連立方程式の計算時に引数として渡される複素数ベクトル(配列)です。 ユーザサイドで .Net と NativeDll 間のデータ交換に使用できます。 必要なければ特に設定する必要はありません(NULLがセットされます)。 NonlinearEquations クラスが本プロパティを参照することはありません。

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

構文

C#
public VectorDenseComplex TagComplex { get; set; }
Visual Basic
Public Property TagComplex As VectorDenseComplex
	Get
	Set
Visual C++
public:
property VectorDenseComplex^ TagComplex {
	VectorDenseComplex^ get ();
	void set (VectorDenseComplex^ value);
}
member TagComplex : VectorDenseComplex with get, set

Property Value

タイプ: VectorDenseComplex

参照