Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReadFloat32
Method
ReadFloat32
csharp/src/Fory/ByteBuffer.cs:685–688 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
683
}
684
685
public float ReadFloat32()
686
{
687
return BitConverter.Int32BitsToSingle(unchecked((int)ReadUInt32()));
688
}
689
690
public double ReadFloat64()
691
{
Callers
7
ReadData
Method · 0.45
ReadScalarPayload
Method · 0.45
Read
Method · 0.45
ReadData
Method · 0.45
ReadFloat32Array
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