Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Max()
[1/2]
static nuint
INumber
<
UIntPtr
>. System.UIntPtr.Max
(
nuint
x
,
nuint
y
)
inline
static
Definition at line
732
of file
UIntPtr.cs
.
733
{
734
return
Math.Max(x, y);
735
}
References
System.Math.Max()
.
System
UIntPtr
Generated by
1.10.0