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