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

◆ operator short()

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

Definition at line 1457 of file BigInteger.cs.

1458 {
1459 return checked((short)(int)value);
1460 }

References System.value.