Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator decimal()
[3/11]
static System.Decimal.operator decimal
(
double
value
)
inline
explicit
static
Definition at line
2862
of file
Decimal.cs
.
2863
{
2864
return
new
decimal(
value
);
2865
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Decimal
Generated by
1.10.0