- Back to Home »
- sintaxis matrices
Posted by : Unknown
martes, 10 de junio de 2014
int[,] array = new int[4, 2];
La siguiente declaración crea una matriz de tres dimensiones, 4, 2 y 3.
int[, ,] array1 = new int[4, 2, 3];
int[,] array = new int[4, 2];
int[, ,] array1 = new int[4, 2, 3];
- Copyright © Programación #5 - Date A Live - Powered by Blogger - Designed by Johanes Djogan -