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