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

◆ GetExponent() [2/2]

static unsafe uint System.Decimal.DecCalc.GetExponent ( float f)
inlinestaticprivate

Definition at line 290 of file Decimal.cs.

291 {
292 return (byte)(*(uint*)(&f) >> 23);
293 }

Referenced by System.Decimal.DecCalc.VarDecFromR4(), and System.Decimal.DecCalc.VarDecFromR8().