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