MCPcopy 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

ReadDataMethod · 0.45
ReadScalarPayloadMethod · 0.45
ReadMethod · 0.45
ReadDataMethod · 0.45
ReadFloat32ArrayMethod · 0.45
CaseBufferMethod · 0.45

Calls

no outgoing calls

Tested by 2

CaseBufferMethod · 0.36