Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator*()
[2/2]
static uint
IMultiplyOperators
< uint, uint, uint >. System.UInt32.operator*
(
uint
left
,
uint
right
)
inline
static
Definition at line
406
of file
UInt32.cs
.
407
{
408
return
left * right;
409
}
System
UInt32
Generated by
1.10.0