MMatrixGetLength Method
Gets the specified dimension of the matrix: num == 0 denotes rows,
any other value of num denotes columns.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
public int GetLength(
int num
)
Public Function GetLength (
num As Integer
) As Integer
public:
int GetLength(
int num
)
member GetLength :
num : int -> int
- num Int32
- Index of the matrix dimension: 0 for rows, any other value for columns.
Int32Rows when
num ==
0,
Cols otherwise.