KiteCore
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteCore
kitecore
/
io.github.yuroyami.kitecore.collections
/
stdDevOrNull
std
Dev
Or
Null
fun
List
<
Double
>
.
stdDevOrNull
(
)
:
Double
?
@
JvmName
(
name
=
"stdDevOrNullOfInt"
)
fun
List
<
Int
>
.
stdDevOrNull
(
)
:
Double
?
@
JvmName
(
name
=
"stdDevOrNullOfLong"
)
fun
List
<
Long
>
.
stdDevOrNull
(
)
:
Double
?
Returns the population standard deviation of this list, or null if the list is empty.