Beispiel #1
0
        public arrayCounter copy()
        {
            arrayCounter ac = new arrayCounter(this);

            ac.count = this.count;
            return(ac);
        }
Beispiel #2
0
 public ComparisonTable(arrayCounter congruentArrayCounter, int firstScopeId, int secondScopeId)
 {
     CongruentArrayCounter = congruentArrayCounter;
     FirstScopeId          = firstScopeId;
     SecondScopeId         = secondScopeId;
 }