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
ToChar Method
Returns the character corresponding to the argument index.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
char
ToChar
(
int
index
)
Parameters
index
Type:
System
Int32
the index
Return Value
Type:
Char
the character corresponding to the index
index
Exceptions
Exception
Condition
IndexOutOfRangeException
unless
index
is between
0
and
R - 1
See Also
Reference
Alphabet Class
Algs4Net Namespace