Gliph\Graph\Digraph::outDegreeOf PHP Method

outDegreeOf() public method

In undirected graphs, in-degree and out-degree are the same.
public outDegreeOf ( object $vertex ) : integer
$vertex object The vertex for which to retrieve out-degree information.
return integer
    public function outDegreeOf($vertex);