Advertisement
hibbzboi

Untitled

May 13th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. for (int j = 0; j < macierzNieodroznialnosci.GetLength(0); j++)
  2. {
  3. foreach (var wartosc in kombinacja)
  4. {
  5. if (macierzNieodroznialnosci[i, j].Count() > 0)
  6. {
  7. if (macierzNieodroznialnosci[i, j].Contains(wartosc))
  8. {
  9. sprzecznaRegula = true;
  10. }
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement