Click or drag to resize
SymbolDigraphIndex Method
Returns the integer associated with the vertex named s.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int Index(
	string s
)

Parameters

s
Type: SystemString
the name of a vertex

Return Value

Type: Int32
the integer (between 0 and V - 1) associated with the vertex named s
See Also