MCPcopy Create free account
hub / github.com/esengine/esengine / getFloat32

Method getFloat32

packages/fairygui/src/utils/ByteBuffer.ts:148–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 public getFloat32(): number {
149 const value = this._data.getFloat32(this._position, this._littleEndian);
150 this._position += 4;
151 return value;
152 }
153
154 public getFloat64(): number {
155 const value = this._data.getFloat64(this._position, this._littleEndian);

Callers 15

readFloatMethod · 0.95
loadPackageMethod · 0.80
setup_beforeAddMethod · 0.80
setupMethod · 0.80
decodeValueMethod · 0.80
setupFunction · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80
constructExtensionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected