Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator short()
static System.Decimal.operator
short
(
decimal
value
)
inline
explicit
static
Definition at line
2890
of file
Decimal.cs
.
2891
{
2892
return
ToInt16
(
value
);
2893
}
System.ExceptionArgument.value
@ value
System.Decimal.ToInt16
static short ToInt16(decimal value)
Definition
Decimal.cs:2663
References
System.Decimal.ToInt16()
, and
System.value
.
System
Decimal
Generated by
1.10.0