TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
S Lemen
NA
7
15.8k
Translate Linq Aggregate from VB to C#
Dec 10 2010 10:09 PM
Hi,
In the Linq query below, values is an array of double.
Could some please translate this VB.Net Linq query into C#:
Dim
Aggreg =
Aggregate
v
In
values _
Into
Count(), _
Sum(), _
Sum_Of_Squares = Sum(v * v)
Thank you,
Scott
Reply
Answers (
5
)
Problem in calling Linq method which return group by result on page load
Aggregate and foreach return different values