Search
Vertex.incidentWith Method
See Also
 





Checks if the current vertex is incident with the specified edge.

Namespace: MindFusion.Graphs
File: Vertex.js

 Syntax

JavaScript  Copy Code

function incidentWith (edge)

 Parameters

edge

Edge. The edge to check.

 Return Value

true if the vertex is incident with the edge; otherwise, false.

 See Also