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

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

構文

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

Property Value

タイプ: VectorDenseInt

参照