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

◆ Round< TInteger >() [2/4]

static Half IFloatingPoint< Half >. System.Half.Round< TInteger > ( Half x,
TInteger digits,
MidpointRounding mode )
inlinestatic

Definition at line 920 of file Half.cs.

921 {
922 return (Half)MathF.Round((float)x, int.Create(digits), mode);
923 }
Half(ushort value)
Definition Half.cs:78

References System.MathF.Round().