Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator ushort()
static System.Decimal.operator ushort
(
decimal
value
)
inline
explicit
static
Definition at line
2896
of file
Decimal.cs
.
2897
{
2898
return
ToUInt16
(
value
);
2899
}
System.ExceptionArgument.value
@ value
System.Decimal.ToUInt16
static ushort ToUInt16(decimal value)
Definition
Decimal.cs:2738
References
System.Decimal.ToUInt16()
, and
System.value
.
System
Decimal
Generated by
1.10.0