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