Click or drag to resize
SymbolDigraphName Method
Returns the name of the vertex associated with the integer v.

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

Parameters

v
Type: SystemInt32
the integer corresponding to a vertex (between 0 and V - 1)

Return Value

Type: String
the name of the vertex associated with the integer v
See Also