C# Class FastQuant.ObjectTable

Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
CopyTo ( ObjectTable table ) : void
GetDouble ( int index ) : double
GetInt ( int index ) : int
GetString ( int index ) : string
ObjectTable ( )
ObjectTable ( ObjectTable table )
Remove ( int id ) : void
this ( int index ) : object

Method Details

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

public CopyTo ( ObjectTable table ) : void
table ObjectTable
return void

GetDouble() public method

public GetDouble ( int index ) : double
index int
return double

GetInt() public method

public GetInt ( int index ) : int
index int
return int

GetString() public method

public GetString ( int index ) : string
index int
return string

ObjectTable() public method

public ObjectTable ( )

ObjectTable() public method

public ObjectTable ( ObjectTable table )
table ObjectTable

Remove() public method

public Remove ( int id ) : void
id int
return void

this() public method

public this ( int index ) : object
index int
return object