Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator decimal()
[4/11]
static System.Decimal.operator decimal
(
float
value
)
inline
explicit
static
Definition at line
2857
of file
Decimal.cs
.
2858
{
2859
return
new
decimal(
value
);
2860
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Decimal
Generated by
1.10.0