forked from melod1n/fast-messenger
Dark theme
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.meloda.fast.extensions
|
||||
|
||||
import kotlin.math.roundToInt
|
||||
|
||||
object FloatExtensions {
|
||||
|
||||
fun Float.int(): Int {
|
||||
return roundToInt()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user