MMatrixItem(Int32, Int32) Property

A matrix element specified by row and column.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public MItem this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
Matrix row.
col  Int32
Matrix column.

Return Value

MItem
Matrix element.

See Also