Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Alphabet Class
Alphabet Methods
Contains Method
MainTest Method
ToChar Method
ToChars Method
ToIndex Method
ToIndices Method
Alphabet
.
ToChars Method
Returns the characters corresponding to the argument indices.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
string
ToChars
(
int
[]
indices
)
Parameters
indices
Type:
System
.
Int32
[]
the indices
Return Value
Type:
String
the characters corresponding to the indices
indices
Exceptions
Exception
Condition
IndexOutOfRangeException
unless every index is between
0
and
R - 1
See Also
Reference
Alphabet Class
Algs4Net Namespace