VertexEdge {Microsoft.VisualBasic.Data.GraphTheory} | .NET clr documentation |
# namespace Microsoft.VisualBasic.Data.GraphTheory
export class VertexEdge extends Edge`1 {
ID: string;
U: Vertex;
V: Vertex;
weight: double;
}
U
: VertexV
: Vertex