pub type HistU64 = HistogramInt<u64>;
👎Deprecated since 0.2.0: Use GenericHist of BinningU64 instead
Expand description
§Histogram for binning u64
- alias for HistogramInt<u64>
- you should use HistU64Fast or GenericHist of FastBinningU64 instead, if your bin width is 1
- Otherwise use GenericHist of BinningU64 instead (see Binning::to_generic_hist)
- This type still works fine, but is slower than the alternative.
- This type alias might be removed in future releases
Aliased Type§
struct HistU64 { /* private fields */ }