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

◆ ToSByte() [5/19]

static sbyte System.Convert.ToSByte ( decimal value)
inlinestatic

Definition at line 873 of file Convert.cs.

874 {
875 return decimal.ToSByte(decimal.Round(value, 0));
876 }

References System.value.