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

Method SetFloat64

napi-inl.h:2455–2457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2453}
2454
2455inline void DataView::SetFloat64(size_t byteOffset, double value) const {
2456 WriteData<double>(byteOffset, value);
2457}
2458
2459inline void DataView::SetInt8(size_t byteOffset, int8_t value) const {
2460 WriteData<int8_t>(byteOffset, value);

Callers 1

SetFloat64Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected