Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Max() [1/2]

static Half INumber< Half >. System.Half.Max ( Half x,
Half y )
inlinestatic

Definition at line 1246 of file Half.cs.

1247 {
1248 return (Half)MathF.Max((float)x, (float)y);
1249 }
Half(ushort value)
Definition Half.cs:78

References System.MathF.Max().