Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Max()
[1/2]
static byte
INumber
< byte >. System.Byte.Max
(
byte
x
,
byte
y
)
inline
static
Definition at line
727
of file
Byte.cs
.
728
{
729
return
Math.Max(x, y);
730
}
References
System.Math.Max()
.
System
Byte
Generated by
1.10.0