その他の製品との統合 > API ガイド > PTC Mathcad Prime のオブジェクト > オブジェクト: Matrix
  
オブジェクト: Matrix
このオブジェクトは PTC Mathcad PrimeMatrix COM インタフェース Ptc.MathcadPrime.Automation.IMathcadPrimeMatrix を表します。
メソッド
GetMatrixElement(RowIndex as integer, ColumnIndex as integer, Value as double) - RowIndexColumnIndex にある行列要素を Value に取得します。
SetMatrixElement(RowIndex as integer, ColumnIndex as integer, Value as double) - RowIndexColumnIndex にある行列要素を Value に設定します。
ここで
RowIndex は行インデックスです。
ColumnIndex は列インデックスです。
Value は行と列のインデックスによって指定された行列要素の値です。
プロパティ
Columns は行列の列数です。
Rows は行列の行数です。
PTC Mathcad Prime ウィンドウの表示/非表示を設定または取得します。