Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Min()
[1/2]
static double
INumber
< double >. System.Double.Min
(
double
x
,
double
y
)
inline
static
Definition at line
1077
of file
Double.cs
.
1078
{
1079
return
Math.Min(x, y);
1080
}
References
System.Math.Min()
.
System
Double
Generated by
1.10.0