![]() | MatrixM Property |
Namespace: sqx
-- NOTE: Selecting a proprety is not the same as selecting a Field. declare @A sqx.Matrix = sqx.ZeroMatrix(10,5) select @A.M, @A.N, @A.M [Rows], @A.N [Columns] /* Rows Columns ----------- ----------- ----------- ----------- 10 5 10 5*/