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

◆ operator sbyte()

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

Definition at line 1452 of file BigInteger.cs.

1453 {
1454 return checked((sbyte)(int)value);
1455 }

References System.value.