Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BigMul()
[1/3]
static long System.Math.BigMul
(
int
a
,
int
b
)
inline
static
Definition at line
228
of file
Math.cs
.
229
{
230
return
(
long
)a * (long)b;
231
}
Referenced by
System.Math.BigMul()
.
System
Math
Generated by
1.10.0