xcode 可以使用 Decimal 3 位吗?
例子:
NSDecimal *test = 1.0.0; //not work
double test = 1.0.0; //not work
float test = 1.0.0; //not work
我可以在 xcode 中使用小数点 3 位吗?
xcode 可以使用 Decimal 3 位吗?
例子:
NSDecimal *test = 1.0.0; //not work
double test = 1.0.0; //not work
float test = 1.0.0; //not work
我可以在 xcode 中使用小数点 3 位吗?