Serialize a float in little endian.
# getting-started
m
Serialize a float in little endian.
a
minikloon: So just call this function with a float as the argument?
m
What function?
I mean, it's not there when I call from Kotlin.
a
@sam just
import java.lang.Float
and its there 🙂
m
Thanks.