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

◆ operator byte()

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

Definition at line 1446 of file BigInteger.cs.

1447 {
1448 return checked((byte)(int)value);
1449 }

References System.value.