MMatrixItem(Int32, Int32) Property
A matrix element specified by row and column.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
public MItem this[
int row,
int col
] { get; set; }
Public Default Property Item (
row As Integer,
col As Integer
) As MItem
Get
Set
public:
property MItem^ default[int row, int col] {
MItem^ get (int row, int col);
void set (int row, int col, MItem^ value);
}
member Item : MItem with get, set
- row Int32
-
Matrix row.
- col Int32
-
Matrix column.
MItem
Matrix element.