Variable ArrayProperties.leftBounds

Left bounds of each dimension. Can differ from 1 for slices. Useful to restore coordinates inside of a slice.

struct ArrayProperties
{
  // ...
  int[] leftBounds ;
  // ...
}