MCPcopy Index your code
hub / github.com/lutzroeder/netron / float64

Method float64

source/python.js:22625–22629  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22623 }
22624
22625 float64() {
22626 const position = this._position;
22627 this.skip(8);
22628 return this._view.getFloat64(position, false);
22629 }
22630
22631 string(size, encoding) {
22632 const data = this.read(size);

Callers 1

loadMethod · 0.45

Calls 2

skipMethod · 0.45
_fillMethod · 0.45

Tested by

no test coverage detected