Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created January 18, 2015 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/f5fdaf18b63279ea39e4 to your computer and use it in GitHub Desktop.
Save shigemk2/f5fdaf18b63279ea39e4 to your computer and use it in GitHub Desktop.
println(19.45.toInt)
println(19.toFloat)
println(19.toDouble)
println(19.toLong)
val a = 100
val b = a.toFloat
println(b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment