Creates a uniform histogram of the specified size


- binSizes (array< Int32 >[]()[])
- The length of this array is the dimension of the histogram. The values of the array contains the number of bins in each dimension. The total number of bins eaquals the multiplication of all numbers in the array
- min (array< Single >[]()[])
- the lower boundaries of the bins
- max (array< Single >[]()[])
- the upper boundaries of the bins