Arguments of GetLength()
Posted
by Ahmad Farid
on Stack Overflow
See other posts from Stack Overflow
or by Ahmad Farid
Published on 2010-05-15T18:35:34Z
Indexed on
2010/05/15
18:44 UTC
Read the original article
Hit count: 240
c#
What does the Arguments of GetSize meean? for example
value.GetLength(1)
where value is a two dimensional Array double[,] What will changing 0 and 1 differ in?
© Stack Overflow or respective owner