MCPcopy Create free account
hub / github.com/apache/fory / ReadFloat64

Method ReadFloat64

csharp/src/Fory/ByteBuffer.cs:690–693  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

688 }
689
690 public double ReadFloat64()
691 {
692 return BitConverter.Int64BitsToDouble(unchecked((long)ReadUInt64()));
693 }
694
695 public byte[] ReadBytes(int count)
696 {

Callers 7

ReadDataMethod · 0.45
ReadScalarPayloadMethod · 0.45
ReadMethod · 0.45
ReadDataMethod · 0.45
ReadFloat64ArrayMethod · 0.45
CaseBufferMethod · 0.45

Calls

no outgoing calls

Tested by 2

CaseBufferMethod · 0.36