THxD::GetMinimumBin() returns 0 if big values are filled

It is inherited from TH1::GetMinimumBin(), where bin contents are compared to FLT_MAX. If the histogram is filled with values bigger than FLT_MAX, the function will return 0. GetMinimum(), GetMaximumBin(), GetMaximum() may have similar problem.