* @returns double */
()
| 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. |
no test coverage detected