HistBin<T> constructor

HistBin<T>(
  1. Extent<T> extent,
  2. double density
)

Implementation

HistBin(this.extent, this.density);