https://github.com/shlifedev/bigint-suffix-helper
https://github.com/shlifedev/bigint-suffix-helper
unity
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shlifedev/bigint-suffix-helper
- Owner: shlifedev
- Created: 2021-07-30T19:10:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T15:20:57.000Z (over 3 years ago)
- Last Synced: 2025-03-21T21:12:57.023Z (over 1 year ago)
- Topics: unity
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BigIntegerManager
Do you have any experience play idle style game?
Yap, as the title,This source is BigInteger Helper for suffixes alphabet [a-Z] after the Big number
# How to use it?
Include the [source code](https://github.com/shlifedev/BIgIntegerManager/blob/main/BigIntegerManager.cs) in your C# project and use it.
```cs
/* Result : 10A*/
BigIntegerManager.GetUnit(10000);
/* Result : 1.3A*/
BigIntegerManager.GetUnit(1317);
/* Result : 100000000000000000000000000000000000000000000000000000000000000000000000000000000000 */
BigIntegerManager.ToUnit("100Z")
/* Result : 1500 */
BigIntegerManager.ToUnit("1.5A")
```