-
-
Notifications
You must be signed in to change notification settings - Fork 4
contract_
villares edited this page May 24, 2020
·
4 revisions
int[] ia = {0, 1, 2, 3, 4, 5, 6, 7};
println(ia.length); // Prints "8"
ia = contract(ia, 5);
println(ia.length); // Prints "5"
Decreases the size of an array. The required newSize parameter provides precise control over the decrease in size.
contract(array, newSize)
Parâmetros array booleans[], bytes[], chars[], ints[], floats[], or Strings[]
newSize positive int: new size for the array
Array (the same datatype as the input)
Web & Applicações
A referência de Processing está sob a licença Creative Commons BY-NC conforme indicado aqui. Esta Wiki-tradução é baseada na tradução e adaptação para o Português do Brasil do professor Luiz Ernesto Merkle