Convert Int to Double in Swift

前端 未结 0 682
渐次进展
渐次进展 2021-02-11 12:46
label.text = String(format:\"%.1f hour\", theOrder.bookingMins/60.0)

The above code just get the error:\'Int\' is not convertible to \'Double\'

相关标签:
回答
  • 消灭零回复
提交回复
热议问题