getOutput() публичный Метод

public getOutput ( ) : float
Результат float
Пример #1
0
 /**
  * @return float
  */
 public function getOutput() : float
 {
     return $this->weight * $this->node->getOutput();
 }