Skip to content

Instantly share code, notes, and snippets.

@fuxx
Created July 13, 2015 17:16
Show Gist options
  • Save fuxx/2d0af6167898be21fa05 to your computer and use it in GitHub Desktop.
Save fuxx/2d0af6167898be21fa05 to your computer and use it in GitHub Desktop.
import UIKit
let a: Int = 8
let b: Double = 16
let c: CGFloat = 32
let d = CGFloat(Double(a) * b) / c
println(d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment