An open API service indexing awesome lists of open source software.

https://github.com/shlifedev/bigint-suffix-helper


https://github.com/shlifedev/bigint-suffix-helper

unity

Last synced: about 1 month ago
JSON representation

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")
```