Heureka API .NET Documentation
SpeciesDict Class Members
Properties  Methods 


The following tables list the members exposed by SpeciesDict.

Public Constructors
 NameDescription
Public ConstructorSpeciesDict ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyComparerGets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public PropertyCountGets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public PropertyKeysGets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public PropertyValuesGets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Top
Public Methods
 NameDescription
Public MethodAddAdds the specified key and value to the dictionary. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public MethodClearRemoves all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public MethodContainsKeyDetermines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public MethodContainsValueDetermines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public MethodGetObjectDataImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public MethodGetTotal Get the total value of all species in this dictionary  
Public MethodMultiply Multiply all values in this dictionary with a factor  
Public MethodNormalize Returns a new weighted SpeciesDict where the sum of all entries add up to 1  
Public MethodOnDeserializationImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public MethodRemoveRemoves the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Public MethodTryGetValueGets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<SpeciesCode,double>)
Top
Public Operators
public Operator Addition  
public Operator Division Overloaded.  
public Operator Multiplication Overloaded.  
public Operator Subtraction  
Top
See Also

Reference

SpeciesDict Class
Slu.Heureka.DomainLayer.CommonForestModels Namespace

Send Feedback