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

◆ operator ushort()

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

Definition at line 1463 of file BigInteger.cs.

1464 {
1465 return checked((ushort)(int)value);
1466 }

References System.value.