KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities
/
KSLArrays
/
countLessEqualTo
count
Less
Equal
To
fun
countLessEqualTo
(
data
:
DoubleArray
,
x
:
Double
)
:
Int
fun
countLessEqualTo
(
data
:
IntArray
,
x
:
Int
)
:
Int
Return
the number of data points less than or equal to x
Parameters
data
the data to count
x
the ordinate to check