"Set Theory" operations in VB.NET

  • Thread starter Thread starter bill salkin
  • Start date Start date
B

bill salkin

How can I implement set operations in VB.NET. For example,

{1,2,3,4} union {3,4,5,6} = {1,2,3,4,5,6}

{1,2,3,4} minus {0,3} = {1,2,4}

{1,2,3,4,5,6,7} intersect {0,2,7} = {2,7}


Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top