Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator byte()
static System.Decimal.operator byte
(
decimal
value
)
inline
explicit
static
Definition at line
2867
of file
Decimal.cs
.
2868
{
2869
return
ToByte
(
value
);
2870
}
System.ExceptionArgument.value
@ value
System.Decimal.ToByte
static byte ToByte(decimal value)
Definition
Decimal.cs:2624
References
System.Decimal.ToByte()
, and
System.value
.
System
Decimal
Generated by
1.10.0