C# Class SilverFactorial.Benchmark.Result

Inheritance: IComparable
Afficher le fichier Open project: PeterLuschny/Fast-Factorial-Functions

Méthodes publiques

Свойство Type Description
Cand Candidate
Crc long
Eddms long
Ms long
RelRankList int[]

Méthodes publiques

Méthode Description
CompareTo ( Object o ) : int
GetDecimalDigitsPerMillisecondAsString ( ) : string
GetRankAsString ( ) : string
GetRankAsString2 ( ) : string
GetTimeAsString ( ) : string
GetTimeAsString2 ( ) : string
Result ( Candidate cand, long msec, long check, long eddms ) : System
ResultsToFile ( string fileName ) : void
Sort ( Result a, int toIndex ) : void
ToString ( ) : string

Private Methods

Méthode Description
AverageEfficiency ( ) : void
CheckRange ( int arrayLen, int fromIndex, int toIndex ) : void
Compare ( int>.Tuple x, int>.Tuple y ) : int
DateTimeString ( ) : string
InsertSort ( Result r, int low, int high ) : void
WriteResults ( StreamWriter file ) : void

Method Details

CompareTo() public méthode

public CompareTo ( Object o ) : int
o Object
Résultat int

GetDecimalDigitsPerMillisecondAsString() public méthode

public GetDecimalDigitsPerMillisecondAsString ( ) : string
Résultat string

GetRankAsString() public méthode

public GetRankAsString ( ) : string
Résultat string

GetRankAsString2() public méthode

public GetRankAsString2 ( ) : string
Résultat string

GetTimeAsString() public méthode

public GetTimeAsString ( ) : string
Résultat string

GetTimeAsString2() public méthode

public GetTimeAsString2 ( ) : string
Résultat string

Result() public méthode

public Result ( Candidate cand, long msec, long check, long eddms ) : System
cand Candidate
msec long
check long
eddms long
Résultat System

ResultsToFile() public static méthode

public static ResultsToFile ( string fileName ) : void
fileName string
Résultat void

Sort() public static méthode

public static Sort ( Result a, int toIndex ) : void
a Result
toIndex int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Cand public_oe property

public Candidate,SilverFactorial.Benchmark Cand
Résultat Candidate

Crc public_oe property

public long Crc
Résultat long

Eddms public_oe property

public long Eddms
Résultat long

Ms public_oe property

public long Ms
Résultat long

RelRankList public_oe static_oe property

public static int[] RelRankList
Résultat int[]