TMatrix.GetLength Method
Gets the specified dimension of the matrix.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public int GetLength(
int dimension
)
Public Function GetLength (
dimension As Integer
) As Integer
public:
int GetLength(
int dimension
)
member GetLength :
dimension : int -> int
- dimension Int32
- Identifies the dimension to get: 0 for rows, 1 for columns.
Int32Dimension of the matrix which is identified by
dimension.