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

◆ operator BigInteger() [7/11]

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

Definition at line 1393 of file BigInteger.cs.

1394 {
1395 return new BigInteger(value);
1396 }

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