Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator ulong()
static System.Decimal.operator ulong
(
decimal
value
)
inline
explicit
static
Definition at line
2918
of file
Decimal.cs
.
2919
{
2920
return
ToUInt64
(
value
);
2921
}
System.ExceptionArgument.value
@ value
System.Decimal.ToUInt64
static ulong ToUInt64(decimal d)
Definition
Decimal.cs:2773
References
System.Decimal.ToUInt64()
, and
System.value
.
System
Decimal
Generated by
1.10.0