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

◆ operator sbyte()

static System.Decimal.operator sbyte ( decimal value)
inlineexplicitstatic

Definition at line 2873 of file Decimal.cs.

2874 {
2875 return ToSByte(value);
2876 }
static sbyte ToSByte(decimal value)
Definition Decimal.cs:2644

References System.Decimal.ToSByte(), and System.value.