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

◆ operator BigInteger() [11/11]

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

Definition at line 1404 of file BigInteger.cs.

1405 {
1406 return new BigInteger(value);
1407 }

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