Utility.GetUniqueEdges Method

Public Shared Function GetUniqueEdges( _ 
ByVal edgesPerVertex As LinkedList(Of SharedEdge)(), _ 
ByVal outNumEdges As Integer
) As Integer(,)
This language is not supported or no code example is available.
public static int[,] GetUniqueEdges( 
LinkedList<SharedEdge>[] edgesPerVertex
int outNumEdges 
)
This language is not supported or no code example is available.

Parameters

edgesPerVertex
LinkedList<SharedEdge>[]

outNumEdges
int

Return Value

int[,]

.NET Framework

Supported in: 4.8

In this article

Definition