C# Class Clusterizator.DataObject

The data object.
Inheritance: IBaseObject, IEnumerable
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Свойство Type Description
Vault System.Collections.Specialized.HybridDictionary

Méthodes publiques

Méthode Description
Add ( string s, double d ) : void

The add.

Clone ( ) : IBaseObject

The clone.

Get ( string s ) : double

The get.

GetEnumerator ( ) : IEnumerator

The get enumerator.

Method Details

Add() public méthode

The add.
public Add ( string s, double d ) : void
s string /// The s. ///
d double /// The d. ///
Résultat void

Clone() public méthode

The clone.
public Clone ( ) : IBaseObject
Résultat IBaseObject

Get() public méthode

The get.
public Get ( string s ) : double
s string /// The s. ///
Résultat double

GetEnumerator() public méthode

The get enumerator.
public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Property Details

Vault public_oe property

The vault.
public HybridDictionary,System.Collections.Specialized Vault
Résultat System.Collections.Specialized.HybridDictionary