Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Max()
[1/2]
static int
INumber
< int >. System.Int32.Max
(
int
x
,
int
y
)
inline
static
Definition at line
697
of file
Int32.cs
.
698
{
699
return
Math.Max(x, y);
700
}
References
System.Math.Max()
.
System
Int32
Generated by
1.10.0