toggle menu
Affogato
1.10.2
jvm
switch theme
search in API
affogato-core-ktx
/
com.parsuomash.affogato.core.ktx.math
/
perc
perc
infix inline
fun
<
T
:
Number
>
T
.
perc
(
percentage
:
T
)
:
Double
Calculate percentage of this value.
Example:
199 perc 24 // (24 * 199) / 100 = 47.76
Content copied to clipboard
Since
1.1.0