Type Alias sampling::histogram::HistU64

source ·
pub type HistU64 = HistogramInt<u64>;
Expand description

Histogram for binning u64 - alias for HistogramInt<u64>

  • you should use HistU64Fast instead, if your bins are [left, left+1,..., right]

Aliased Type§

struct HistU64 { /* private fields */ }