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

◆ operator decimal() [1/11]

static implicit System.Decimal.operator decimal ( byte value)
inlinestatic

Definition at line 2808 of file Decimal.cs.

2809 {
2810 return new decimal((uint)value);
2811 }

References System.value.