Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
intersectionWithShape
Method · 0.80
createCollider
Method · 0.80
coParent
Method · 0.80
parseProperty
Method · 0.80
readNode
Function · 0.80
readNode
Function · 0.80
readNode
Function · 0.80
readNode
Function · 0.80
readNode
Function · 0.80
readNode
Function · 0.80
readNode
Function · 0.80
readNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected