TNumber.El(Int32) Method

Returns the specified element of a vector or a 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
)

Parameters

row  Int32
1-based row index of the element.

Return Value

TNumber
Element in the specified row.

Exceptions

GeneralExceptionThrown unless obj is a vector or a system.

See Also