Overload List
| Name | Description | |
|---|---|---|
| Counter64()()() | Constructor. Class value is set to 0L
| |
| Counter64(Counter64) | Constructor. Initialize the class from the valeu of the supplied class.
| |
| Counter64(Int64) | Constructor. SET class value to the argument value.
| |
| Counter64(String) | Constructor. Initialize the class by parsing a 64-bit unsigned integer value
from the supplied string value.
| |
| Counter64(UInt64) | Constructor. Initialize the class with the supplied value.
|