How to write it in LINQ?

Posted by Veejay on Stack Overflow See other posts from Stack Overflow or by Veejay
Published on 2010-03-18T03:26:52Z Indexed on 2010/03/18 3:31 UTC
Read the original article Hit count: 346

Filed under:

I am writing the following in LINQ

.Select(n => n/10 == 1)

but it's not working. How to write the above query?

© Stack Overflow or respective owner

Related posts about LINQ