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

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

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

Definition at line 908 of file Half.cs.

909 {
910 return (Half)MathF.Round((float)x, int.Create(digits));
911 }
Half(ushort value)
Definition Half.cs:78

References System.MathF.Round().