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

◆ operator uint()

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

Definition at line 2907 of file Decimal.cs.

2908 {
2909 return ToUInt32(value);
2910 }
static uint ToUInt32(decimal d)
Definition Decimal.cs:2758

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