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

◆ ScaleB< TInteger >() [1/2]

static Half IFloatingPoint< Half >. System.Half.ScaleB< TInteger > ( Half x,
TInteger n )
inlinestatic

Definition at line 926 of file Half.cs.

927 {
928 return (Half)MathF.ScaleB((float)x, int.Create(n));
929 }
Half(ushort value)
Definition Half.cs:78

References System.MathF.ScaleB().