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