BitMaker.Miner.Cpu.CpuMiner.Search C# (CSharp) Méthode

Search() public abstract méthode

Searches a set of broken apart work for a nonce solution, and returns it. If no solution is found, returns null.
public abstract Search ( Work work, uint round1State, byte round1Block2, uint round2State, byte round2Block1 ) : uint?
work Work
round1State uint
round1Block2 byte
round2State uint
round2Block1 byte
Résultat uint?
        public unsafe abstract uint? Search(Work work, uint* round1State, byte* round1Block2, uint* round2State, byte* round2Block1);