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