MCPcopy 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

readDataMethod · 0.45

Calls 2

intBitsToFloatMethod · 0.95
readMethod · 0.95

Tested by

no test coverage detected