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

◆ operator BigInteger() [8/11]

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

Definition at line 1398 of file BigInteger.cs.

1399 {
1400 return new BigInteger(value);
1401 }

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