C# 클래스 Brunet.Simulator.Regression.NatTest.Result

파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
TAType string
Throughput double
Time long

공개 메소드들

메소드 설명
Result ( string ta_type, long time, double throughput ) : Mono.Data.Sqlite

메소드 상세

Result() 공개 메소드

public Result ( string ta_type, long time, double throughput ) : Mono.Data.Sqlite
ta_type string
time long
throughput double
리턴 Mono.Data.Sqlite

프로퍼티 상세

TAType 공개적으로 프로퍼티

public string TAType
리턴 string

Throughput 공개적으로 프로퍼티

public double Throughput
리턴 double

Time 공개적으로 프로퍼티

public long Time
리턴 long