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