C# Class FastQuant.ObjectTable

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( ObjectTable table ) : void
table ObjectTable
Résultat void

GetDouble() public méthode

public GetDouble ( int index ) : double
index int
Résultat double

GetInt() public méthode

public GetInt ( int index ) : int
index int
Résultat int

GetString() public méthode

public GetString ( int index ) : string
index int
Résultat string

ObjectTable() public méthode

public ObjectTable ( )

ObjectTable() public méthode

public ObjectTable ( ObjectTable table )
table ObjectTable

Remove() public méthode

public Remove ( int id ) : void
id int
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object