* @param float $datum * @uses self::floatToIntBits() */
($datum)
| 126 | * @uses self::floatToIntBits() |
| 127 | */ |
| 128 | public function writeFloat($datum) |
| 129 | { |
| 130 | $this->write(self::floatToIntBits($datum)); |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Performs encoding of the given float value to a binary string |
no test coverage detected