MCPcopy Create free account
hub / github.com/apache/avro / readDouble

Method readDouble

lang/php/lib/Datum/AvroIOBinaryDecoder.php:156–159  ·  view source on GitHub ↗

* @returns double */

()

Source from the content-addressed store, hash-verified

154 * @returns double
155 */
156 public function readDouble()
157 {
158 return self::longBitsToDouble($this->read(8));
159 }
160
161 /**
162 * Performs decoding of the binary string to a double value.

Callers 1

readDataMethod · 0.45

Calls 2

longBitsToDoubleMethod · 0.95
readMethod · 0.95

Tested by

no test coverage detected