Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator*()
[1/2]
static byte
IMultiplyOperators
< byte, byte, byte >. System.Byte.operator*
(
byte
left
,
byte
right
)
inline
static
Definition at line
415
of file
Byte.cs
.
416
{
417
return
(
byte
)(left * right);
418
}
System
Byte
Generated by
1.10.0