如何在Swift中从负数变为零

时间:2016-07-17 18:12:07

标签: swift unsigned-long-long-int negative-zero

我有Double数据类型,因为我需要带浮点数的结果,但是如果我的结果为负数,则会破坏我的所有算法。可能是带浮点的无符号数据类型吗?

enter image description here

1 个答案:

答案 0 :(得分:11)

使用public function getCategories() { return response()->json(); } 限制数字低于零:

max

如果let posOrZero = max(possiblyNegative, 0) 高于零,那么它将是possiblyNegative的结果;否则,返回零。