ASP.NET Pack Programmer's Guide
Vertex.adjacentTo Method
See Also
 





Checks if there is an edge connecting this vertex with the specified vertex.

Namespace: MindFusion.Graphs
Package: Vertex.js

 Syntax

JavaScript  Copy Code

function adjacentTo (vertex)

 Parameters

vertex

The vertex to check.

 Return Value

true if the vertices are connected; otherwise, false.

 See Also

Vertex Members
Vertex Class
MindFusion.Graphs Namespace