Tally Class |
Namespace: Telogis.GeoBase.Clustering
The Tally type exposes the following members.
Name | Description | |
---|---|---|
Item |
Get the value of a given key. If no such key exists 0 is returned.
| |
Keys |
All keys contained within the Tally.
|
Name | Description | |
---|---|---|
Add(String) |
Add 1 to the given key.
| |
Add(String, Int32) |
Add count to the given key.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToJSON |
Convert the Tally into a JSON object.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |