Vertex {Microsoft.VisualBasic.Data.GraphTheory} | .NET clr documentation |
Vertex in a graph
图之中的节点
# namespace Microsoft.VisualBasic.Data.GraphTheory
export class Vertex {
# Array index.
ID: integer;
# The unique id of this node
label: string;
}