Google Play Service Leaderboard 是否允许在负数更好的情况下使用负数?
Does Google Play Service Leaderboard allow for negative numbers where negative is better?
此处 Google Play 服务排行榜文档:
https://developers.google.com/games/services/common/concepts/leaderboards
不提供是否可以使用负数的答案:
-1.76% 比 -0.3% 或 1.2%
更好
有人知道答案吗?
供参考:
您可以将数字设置得越小越好:
我可以加百分号
但我不确定是否可以考虑否定:
"A score of 314159, for example, would be displayed as 3.14159, 3141.59, or 314159, depending on the decimal place you specified."
我会输入-176吗?例如?
答案是肯定的。
我启动了 Google 播放服务并设置了一个测试排行榜来试用它。
例如,如果您想要 -0.35,您将确保您的排行榜有 2 个浮点数
你会通过它-35。这将创建 -0.35
如果你想要 -3.45,你可以传递 -335
此处 Google Play 服务排行榜文档:
https://developers.google.com/games/services/common/concepts/leaderboards
不提供是否可以使用负数的答案:
-1.76% 比 -0.3% 或 1.2%
更好有人知道答案吗?
供参考:
您可以将数字设置得越小越好:
我可以加百分号
但我不确定是否可以考虑否定:
"A score of 314159, for example, would be displayed as 3.14159, 3141.59, or 314159, depending on the decimal place you specified."
我会输入-176吗?例如?
答案是肯定的。 我启动了 Google 播放服务并设置了一个测试排行榜来试用它。
例如,如果您想要 -0.35,您将确保您的排行榜有 2 个浮点数 你会通过它-35。这将创建 -0.35
如果你想要 -3.45,你可以传递 -335