Exemplo n.º 1
0
 public PivotIndex_FindShould()
 {
     _pivotIndex = new PivotIndex();
 }
 public void PivotIndexForEachLoop()
 {
     PivotIndex.GetPivotIndexesForEachLoop(_numbers);
 }
 public void PivotIndexAggregate()
 {
     PivotIndex.GetPivotIndexesAggregate(_numbers);
 }
 public void PivotIndexSum()
 {
     PivotIndex.GetPivotIndexes(_numbers);
 }