C# 클래스 FastQuant.ObjectTable

파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

public CopyTo ( ObjectTable table ) : void
table ObjectTable
리턴 void

GetDouble() 공개 메소드

public GetDouble ( int index ) : double
index int
리턴 double

GetInt() 공개 메소드

public GetInt ( int index ) : int
index int
리턴 int

GetString() 공개 메소드

public GetString ( int index ) : string
index int
리턴 string

ObjectTable() 공개 메소드

public ObjectTable ( )

ObjectTable() 공개 메소드

public ObjectTable ( ObjectTable table )
table ObjectTable

Remove() 공개 메소드

public Remove ( int id ) : void
id int
리턴 void

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object