#pragma once
#include <vector>
std::vector<size_t>
MakeHistogram(const std::vector<double> Numbers, size_t BinCount, double& MaxCount);