MCPcopy Create free account
hub / github.com/google/gapid / Float64

Method Float64

core/data/binary/reader.go:52–52  ·  view source on GitHub ↗

Float64 decodes and returns a 64 bit floating-point value from the Reader.

()

Source from the content-addressed store, hash-verified

50 Uint64() uint64
51 // Float64 decodes and returns a 64 bit floating-point value from the Reader.
52 Float64() float64
53 // String decodes and returns a string from the Reader.
54 String() string
55 // Decode a collection count from the stream.

Callers 7

encodeMethod · 0.65
transformMethod · 0.65
TestMultiPostbackFunction · 0.65
F64Method · 0.65
F64Method · 0.65
writeValuesMethod · 0.65
uniformValueFunction · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by 1

TestMultiPostbackFunction · 0.52