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

◆ operator BigInteger() [4/11]

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

Definition at line 1431 of file BigInteger.cs.

1432 {
1433 return new BigInteger(value);
1434 }

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