Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator uint()
static System.Decimal.operator uint
(
decimal
value
)
inline
explicit
static
Definition at line
2907
of file
Decimal.cs
.
2908
{
2909
return
ToUInt32
(
value
);
2910
}
System.ExceptionArgument.value
@ value
System.Decimal.ToUInt32
static uint ToUInt32(decimal d)
Definition
Decimal.cs:2758
References
System.Decimal.ToUInt32()
, and
System.value
.
System
Decimal
Generated by
1.10.0