TSystem.El Method

Returns the specified element of the system.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber El(
	int row,
	int col
)

Parameters

row  Int32
1-based row index of the element.
col  Int32
Column index of the element. Must always be 1.

Return Value

TNumber
Element of the system at the specified row and column.

See Also