| 83 | } |
| 84 | |
| 85 | bool THistogramPointsAndBins::IsValidData(const double& percentile) const { |
| 86 | return IsValidBins() && IsValidPoints() && IsValidPercentile(percentile); |
| 87 | } |
| 88 | |
| 89 | template <> |
| 90 | void Out<THistogramPointsAndBins>(IOutputStream& o, const THistogramPointsAndBins& pointsAndBins) { |
no outgoing calls
no test coverage detected