Type Alias sampling::histogram::HistI64

source ·
pub type HistI64 = HistogramInt<i64>;
Expand description

Histogram for binning i64 - alias for HistogramInt<i64>

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

Aliased Type§

struct HistI64 { /* private fields */ }