Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Counter Class
Counter Constructor
Counter Properties
Counter Methods
Counter Constructor
Initializes a new counter starting at 0, with the given id.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Counter
(
string
id
)
Parameters
id
Type:
System
.
String
id the name of the counter
See Also
Reference
Counter Class
Algs4Net Namespace