看着這個話題的各種帖子,但仍然沒有運氣。將Double(或Float)與Int分開時,是否有簡單的方法進行分割/轉換?這裏是一個簡單的例子,在遊樂場返回和錯誤「雙不能轉換爲UInt8」。如何在Swift中通過Int對Double進行簡單的劃分?
var score:Double = 3.00
var length:Int = 2 // it is taken from some an array lenght and does not return decimal or float
var result:Double = (score/length)
非常感謝:) – 2015-03-19 08:57:50