MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / bits

Method bits

UnLuac/src/unluac/parse/LNumber.java:67–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 @Override
68 public long bits() {
69 return Float.floatToRawIntBits(number);
70 }
71
72}
73

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected