Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Max()
[2/2]
static ulong
INumber
< ulong >. System.UInt64.Max
(
ulong
x
,
ulong
y
)
inline
static
Definition at line
677
of file
UInt64.cs
.
678
{
679
return
Math.Max(x, y);
680
}
References
System.Math.Max()
.
System
UInt64
Generated by
1.10.0