Click or drag to resize
SymbolDigraphG Property
Returns the digraph assoicated with the symbol graph. It is the client's responsibility not to mutate the digraph.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Digraph G { get; }

Return Value

Type: Digraph
the digraph associated with the symbol digraph
See Also