ASP.NET Pack Programmer's Guide
Edge.joins Method
See Also
 





Checks if the current edge connects the specified vertices.

Namespace: MindFusion.Graphs
Package: Edge.js

 Syntax

JavaScript  Copy Code

function joins (v1, v2)

 Parameters

v1

The first vertex.

v2

The second vertex.

 Return Value

true if the current edge connects the specified vertices; otherwise, false.

 See Also

Edge Members
Edge Class
MindFusion.Graphs Namespace