C# Class Clusterizator.DataObject

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

Public Properties

Property Type Description
Vault System.Collections.Specialized.HybridDictionary

Public Methods

Method 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 method

The add.
public Add ( string s, double d ) : void
s string /// The s. ///
d double /// The d. ///
return void

Clone() public method

The clone.
public Clone ( ) : IBaseObject
return IBaseObject

Get() public method

The get.
public Get ( string s ) : double
s string /// The s. ///
return double

GetEnumerator() public method

The get enumerator.
public GetEnumerator ( ) : IEnumerator
return IEnumerator

Property Details

Vault public_oe property

The vault.
public HybridDictionary,System.Collections.Specialized Vault
return System.Collections.Specialized.HybridDictionary