BinaryHistogram.countFor

Gets the count of transactions in the specified bin.

struct BinaryHistogram(uint MaxPow2, istring Suffix = "")
ulong
countFor
(
istring bin_name
)
()

Parameters

bin_name

string name of the bin to get the count for. Must match the name of one of the fields of Bins

Return Value

Type: ulong

the number of transactions in the specified bin

Meta