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

Method getFloat64

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

Source from the content-addressed store, hash-verified

152 }
153
154 public getFloat64(): number {
155 const value = this._data.getFloat64(this._position, this._littleEndian);
156 this._position += 8;
157 return value;
158 }
159
160 /**
161 * Read boolean

Callers 15

intersectionWithShapeMethod · 0.80
createColliderMethod · 0.80
coParentMethod · 0.80
parsePropertyMethod · 0.80
readNodeFunction · 0.80
readNodeFunction · 0.80
readNodeFunction · 0.80
readNodeFunction · 0.80
readNodeFunction · 0.80
readNodeFunction · 0.80
readNodeFunction · 0.80
readNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected