* @param float $datum * @uses self::doubleToLongBits() */
($datum)
| 152 | * @uses self::doubleToLongBits() |
| 153 | */ |
| 154 | public function writeDouble($datum) |
| 155 | { |
| 156 | $this->write(self::doubleToLongBits($datum)); |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Performs encoding of the given double value to a binary string |
no test coverage detected