Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator BigInteger() [2/11]

static System.Numerics.BigInteger.operator BigInteger ( decimal value)
inlineexplicitstatic

Definition at line 1441 of file BigInteger.cs.

1442 {
1443 return new BigInteger(value);
1444 }

References System.Numerics.BigInteger.BigInteger(), and System.value.