Type Alias sampling::histogram::AtomicHistI64

source ·
pub type AtomicHistI64 = AtomicHistogramInt<i64>;
Expand description

Histogram for binning i64 - alias for AtomicHistogramInt<i64>

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

Aliased Type§

struct AtomicHistI64 { /* private fields */ }