countLessThan

fun countLessThan(data: IntArray, x: Int): Int

Return

the number of data points less than x

Parameters

data

the data to count

x

the ordinate to check