TMatrix.GetLength Method

Gets the specified dimension of the matrix.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public int GetLength(
	int dimension
)

Parameters

dimension  Int32
Identifies the dimension to get: 0 for rows, 1 for columns.

Return Value

Int32
Dimension of the matrix which is identified by dimension.

See Also