C# Class Brunet.Simulator.Regression.NatTest.Result

Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
TAType string
Throughput double
Time long

Public Methods

Method Description
Result ( string ta_type, long time, double throughput ) : Mono.Data.Sqlite

Method Details

Result() public method

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

Property Details

TAType public property

public string TAType
return string

Throughput public property

public double Throughput
return double

Time public property

public long Time
return long