Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 86249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:12:59+00:00 2026-05-10T22:12:59+00:00

Is there an easier way to achieve the following? var obj = from row

  • 0

Is there an easier way to achieve the following?

var obj = from row in table.AsEnumerable()           select row['DOUBLEVALUE'];  double[] a = Array.ConvertAll<object, double>(obj.ToArray(), o => (double)o); 

I’m extracting a column from a DataTable and storing the column in an array of doubles.

Assume that table is a DataTable containing a column called ‘DOUBLEVALUE’ of type typeof(Double).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T22:13:00+00:00Added an answer on May 10, 2026 at 10:13 pm
    var obj = (from row in table.AsEnumerable()       select row.Field<double>('DOUBLEVALUE')).ToArray(); 

    The .ToArray() bit is optional, of course; without the ToArray(), you’ll get an enumerable sequence of doubles instead of an array – it depends whether you need to read it once or twice. If you have nulls in the data, use <double?> instead.

    (note that this needs a reference to System.Data.DataSetExtensions.dll, and a ‘using System.Data;’ statement – this brings the .Field<T>(...) extension methods into play)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 69k
  • Answers 69k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer You shouldn't need the first replace since you can just… May 11, 2026 at 12:38 pm
  • added an answer EDITED BASED ON FEEDBACK: That sucks. Try: .bar-class label {display:block;… May 11, 2026 at 12:38 pm
  • added an answer Autogrows on the database? Check for messages in the SQL… May 11, 2026 at 12:38 pm

Related Questions

Is there an easier way to step through the code than to start the
How do you pass options to an executable? Is there an easier way than
I get this error: Can't locate Foo.pm in @INC Is there an easier way
Once again one of those: Is there an easier built-in way of doing things
I'm rebuilding the graphic on the left as the graphic on the right in
Is there something like the java 'glasspane' in as3? The glass pane is useful
I have a local mercurial repository with some site-specific changes in it. What I
How can I make a major upgrade to an installation set (MSI) built with

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.