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

◆ operator BigInteger() [3/11]

static System.Numerics.BigInteger.operator BigInteger ( double value)
inlineexplicitstatic

Definition at line 1436 of file BigInteger.cs.

1437 {
1438 return new BigInteger(value);
1439 }

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