Exemplo n.º 1
0
 protected void setPartitionByParts(int[] extendedIndicesArray, Coords[] partition,
     Coords[] firstPartPartition, Coords[] secondPartPartition)
 {
     firstPartPartition.CopyTo(partition, 0);
     secondPartPartition.CopyTo(partition, firstPartPartition.Length);
     partitionArray.SetValue(partition, extendedIndicesArray);
 }