Microsoft.Zing.ZingerBoundedSearch.ZingerBoundedSearch C# (CSharp) Méthode

ZingerBoundedSearch() public méthode

public ZingerBoundedSearch ( ) : System
Résultat System
        public ZingerBoundedSearch()
        {
            FinalExecutionCutOff = int.MaxValue;
            FinalChoiceCutOff = int.MaxValue;
            IterativeIncrement = 1;
            IterativeCutoff = 0;
        }

Same methods

ZingerBoundedSearch::ZingerBoundedSearch ( int exeFinalCutoff, int exeIterativeInc, int finalChoiceCutoff ) : System