Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ readFloat
Method
readFloat
lang/php/lib/Datum/AvroIOBinaryDecoder.php:133–136 ·
view source on GitHub ↗
* @returns float */
()
Source
from the content-addressed store, hash-verified
131
* @returns float
132
*/
133
public function readFloat()
134
{
135
return self::intBitsToFloat($this->read(4));
136
}
137
138
/**
139
* Performs decoding of the binary string to a float value.
Callers
1
readData
Method · 0.45
Calls
2
intBitsToFloat
Method · 0.95
read
Method · 0.95
Tested by
no test coverage detected