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

◆ operator BigInteger() [1/11]

static implicit System.Numerics.BigInteger.operator BigInteger ( byte value)
inlinestatic

Definition at line 1387 of file BigInteger.cs.

1388 {
1389 return new BigInteger(value);
1390 }

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