BinaryHistogram.add

Adds the specified value to the histogram, incrementing the corresponding bin and the total number of transactions and adding n to the total count.

struct BinaryHistogram(uint MaxPow2, istring Suffix = "")
ulong
add
(
ulong n
)

Parameters

n ulong

the value to add to the histogram

Return Value

Type: ulong

n

Meta