Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator long()
static System.Decimal.operator long
(
decimal
value
)
inline
explicit
static
Definition at line
2912
of file
Decimal.cs
.
2913
{
2914
return
ToInt64
(
value
);
2915
}
System.ExceptionArgument.value
@ value
System.Decimal.ToInt64
static long ToInt64(decimal d)
Definition
Decimal.cs:2712
References
System.Decimal.ToInt64()
, and
System.value
.
System
Decimal
Generated by
1.10.0