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

◆ operator byte()

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

Definition at line 2867 of file Decimal.cs.

2868 {
2869 return ToByte(value);
2870 }
static byte ToByte(decimal value)
Definition Decimal.cs:2624

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