Created
January 30, 2016 23:40
-
-
Save Pearapps/6be723c4ffdc0f8ce283 to your computer and use it in GitHub Desktop.
Double Extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension Double { | |
func toFloat() -> CGFloat { | |
return CGFloat(self) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment