Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator int()
static System.Decimal.operator int
(
decimal
value
)
inline
explicit
static
Definition at line
2901
of file
Decimal.cs
.
2902
{
2903
return
ToInt32
(
value
);
2904
}
System.ExceptionArgument.value
@ value
System.Decimal.ToInt32
static int ToInt32(decimal d)
Definition
Decimal.cs:2687
References
System.Decimal.ToInt32()
, and
System.value
.
System
Decimal
Generated by
1.10.0