MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / GetFloat32

Method GetFloat32

napi-inl.h:2419–2421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2417}
2418
2419inline float DataView::GetFloat32(size_t byteOffset) const {
2420 return ReadData<float>(byteOffset);
2421}
2422
2423inline double DataView::GetFloat64(size_t byteOffset) const {
2424 return ReadData<double>(byteOffset);

Callers 1

GetFloat32Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected