Click or drag to resize

Tally Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Maintains a set of counts, each associated with a key.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.ClusteringTally

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class Tally

The Tally type exposes the following members.

Constructors
  NameDescription
Public methodTally
Initializes a new instance of the Tally class
Top
Properties
  NameDescription
Public propertyItem
Get the value of a given key. If no such key exists 0 is returned.
Public propertyKeys
All keys contained within the Tally.
Top
Methods
  NameDescription
Public methodAdd(String)
Add 1 to the given key.
Public methodAdd(String, Int32)
Add count to the given key.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToJSON
Convert the Tally into a JSON object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also