C# Class Clusterizator.DataTable

The data table.
Inheritance: IBaseObject, IEnumerable
显示文件 Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

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

The add.
public Add ( DataObject object1 ) : void
object1 DataObject /// The object 1. ///
return void

Clone() public method

The clone.
public Clone ( ) : IBaseObject
return IBaseObject

GetEnumerator() public method

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

this() public method

The indexer.
public this ( long s ) : DataObject
s long /// The s. ///
return DataObject