Skip to main content

Home > @jsplumbtoolkit/core > Node > getOutdegreeCentrality

Node.getOutdegreeCentrality() method

Gets this Node's "outdegree" centrality; a measure of how many other Nodes this Node is connected to as the source of some Edge.

Signature:

getOutdegreeCentrality(): number;

Returns:

number