作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想制作一个点击游戏,因为我需要存储极高的数字
据我所知,C#(我在 Unity 中使用)可以存储最大为 9223372036854775807 的数字,这是长变量的最大值。
现在在唱首歌游戏中,我相信他们使用的值比这大得多。什么是存储更多数字的好方法,我怎么可能制作一个可持续处理更大值(value)的系统?还是我从错误的角度处理了这个问题?
最佳答案
The members of the BigInteger type closely parallel those of other integral types (the Byte, Int16, Int32, Int64, SByte, UInt16, UInt32, and UInt64 types). This type differs from the other integral types in the .NET Framework, which have a range indicated by their MinValue and MaxValue properties.
关于c# - 如何存储和转换极值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57960876/
我是一名优秀的程序员,十分优秀!