menu
nitro package
documentation
web_bridge.dart
NitroWasmModule
readF64 method
readF64 method
dark_mode
light_mode
readF64
method
double
readF64
(
int
ptr
)
Implementation
double readF64(int ptr) => ByteData.sublistView(readBytes(ptr, 8)).getFloat64(0, Endian.little);
nitro package
documentation
web_bridge
NitroWasmModule
readF64 method
NitroWasmModule class