TMatrix.El Method
Returns the specified element of the matrix.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber El(
int row,
int col
)
Public Function El (
row As Integer,
col As Integer
) As TNumber
public:
TNumber^ El(
int row,
int col
)
member El :
row : int *
col : int -> TNumber
- row Int32
- 1-based row index of the element.
- col Int32
- 1-based column index of the element.
TNumberElement of the matrix at the specified row and column.