Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadData
Method · 0.45
ReadScalarPayload
Method · 0.45
Read
Method · 0.45
ReadData
Method · 0.45
ReadFloat64Array
Method · 0.45
PrimitiveReadWriteRoundTrip
Method · 0.45
CaseBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
2
PrimitiveReadWriteRoundTrip
Method · 0.36
CaseBuffer
Method · 0.36