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

Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
TAType string
Throughput double
Time long

Méthodes publiques

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

Method Details

Result() public méthode

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

Property Details

TAType public_oe property

public string TAType
Résultat string

Throughput public_oe property

public double Throughput
Résultat double

Time public_oe property

public long Time
Résultat long