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

◆ operator BigInteger() [10/11]

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

Definition at line 1426 of file BigInteger.cs.

1427 {
1428 return new BigInteger(value);
1429 }

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