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

◆ operator ulong()

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

Definition at line 2918 of file Decimal.cs.

2919 {
2920 return ToUInt64(value);
2921 }
static ulong ToUInt64(decimal d)
Definition Decimal.cs:2773

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