NSExpression将较低的数字除以更高的数字

时间:2015-09-18 08:06:44

标签: swift nsexpression

我试图在这种情况下使用NSExpression划分5/10,但它返回0而不是0.5。

let expn = NSExpression(format:"5/10")

let answer = expn.expressionValueWithObject(nil, context: nil) as? NSNumber

和想法?

0 个答案:

没有答案