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

◆ operator BigInteger() [6/11]

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

Definition at line 1420 of file BigInteger.cs.

1421 {
1422 return new BigInteger(value);
1423 }

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