/**
  * write number
  * @param float $d
  */
 public function writeNumber($d)
 {
     parent::writeNumber($d);
 }