C# Class NiceHashMiner.Miners.Grouping.GroupingLogic

Show file Open project: nicehash/NiceHashMiner

Public Methods

Method Description
ShouldGroup ( MiningPair a, MiningPair b ) : bool

Private Methods

Method 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 method

public static ShouldGroup ( MiningPair a, MiningPair b ) : bool
a MiningPair
b MiningPair
return bool