BinCount<T> constructor

BinCount<T>(
  1. Extent<T> extent,
  2. int count
)

Implementation

BinCount(this.extent, this.count);