Distribution.greaterThanCount

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

class Distribution(T)
size_t
greaterThanCount
(
T min
)

Parameters

min T

value to count greater than

Return Value

Type: size_t

number of values greater than min

Meta