Vertex {Microsoft.VisualBasic.Data.GraphTheory} | .NET clr documentation |
图之中的节点
# namespace Microsoft.VisualBasic.Data.GraphTheory
export class Vertex {
# Array index.(使用数字表示的唯一标识符)
ID: integer;
# The unique id of this node
label: string;
}