C# Class Clusterizator.DataTable

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

Méthodes publiques

Méthode Description
Add ( DataObject object1 ) : void

The add.

Clone ( ) : IBaseObject

The clone.

GetEnumerator ( ) : IEnumerator

The get enumerator.

this ( long s ) : DataObject

The indexer.

Method Details

Add() public méthode

The add.
public Add ( DataObject object1 ) : void
object1 DataObject /// The object 1. ///
Résultat void

Clone() public méthode

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

GetEnumerator() public méthode

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

this() public méthode

The indexer.
public this ( long s ) : DataObject
s long /// The s. ///
Résultat DataObject