C# Class NiceHashMiner.Miners.Grouping.GroupingLogic

Afficher le fichier Open project: nicehash/NiceHashMiner

Méthodes publiques

Méthode Description
ShouldGroup ( MiningPair a, MiningPair b ) : bool

Private Methods

Méthode Description
IsNotCpuGroups ( MiningPair a, MiningPair b ) : bool
IsSameAlgorithmType ( MiningPair a, MiningPair b ) : bool
IsSameBinPath ( MiningPair a, MiningPair b ) : bool
IsSameDeviceType ( MiningPair a, MiningPair b ) : bool

Method Details

ShouldGroup() public static méthode

public static ShouldGroup ( MiningPair a, MiningPair b ) : bool
a MiningPair
b MiningPair
Résultat bool