Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to get specific length of row in matrix c#

int[,,] multiDimensionalArray = new int[21,72,103] ;
//If n = 0 -> 21
//If n = 1 -> 72
//If n = 2 -> 103
multiDimensionalArray.GetLength(n);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #specific #length #row #matrix
ADD COMMENT
Topic
Name
1+3 =