Distribution.lessThanCount

Gets the count of values in the list which are less than the specified value.

class Distribution(T)
size_t
lessThanCount
(
T max
)

Parameters

max T

value to count less than

Return Value

Type: size_t

number of values less than max

Meta