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

  • SEARCH
  • Home
  • 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 3280964
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:45:48+00:00 2026-05-17T19:45:48+00:00

Initial conditions: DateTime moment string key double value somewhere across the code i want

  • 0

Initial conditions:

DateTime moment

string key

double value

somewhere across the code i want to

Add("2010.08.09 12:55:34", "px_ValX", 10);
Add("2010.08.09 12:55:35", "px_ValX", 1);
Add("2010.08.09 12:55:35", "px_ValY", 12);
Add("2010.08.09 12:55:35", "px_ValZ", 100);
Add("2010.08.09 12:55:38", "px_ValZ", 5); 

and then i want to get table from that data array

DataTable ToTable()

which produces

date|px_valX|px_ValY|px_ValZ
"2010.08.09 12:55:34"|10|0|0
"2010.08.09 12:55:35"|1|12|100
"2010.08.09 12:55:38"|0|0|5

Also it would be awesome if i could do fast

double Get(DateTime moment, string key)

and

DataTable Get(string key) 

which produces the following table

data|value
"2010.08.09 12:55:34"|10

It’s rather SQL task, but i need in-memory data structure. I plan to use C# DataTable class and its Select method, but i think there is more fast and convenient way.

Right on this moment i use the following class in my app

[Serializable]
public class CalcItem
{
    public CalcItem()
    {
        Additional = new Dictionary<string, double>();
    }
    public Dictionary<string, double> Additional { get; set; }

    public DateTime Date { get; set; }
}

and in CalcItemManager

public List<CalcItem> CalcItems { get; set; }

To add data i do

var clc = new CalcItem();
clc.Additional.Add("px_ValX", 10);
_dataManager.CalcItems.Add(clc);
  • 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. Editorial Team
    Editorial Team
    2026-05-17T19:45:49+00:00Added an answer on May 17, 2026 at 7:45 pm

    Here is my another question that overheads this one and is a solution

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

Sidebar

Related Questions

How do you give a C# auto-property an initial value? I either use the
There are next initial conditions: Backend : servlet for file uploading; UI : form,
When prototyping initial GUI functionality with a customer is it better to use a
During our initial development we haven't worried about scaling concerns, just getting the bare
ModelMultipleChoiceField doesn't select initial choices and I can't make the following fix (link below)
How would I change the initial templates created by Xcode when creating a new
How do I set the initial width of a QDockWidget? I have implemented the
I would like to set some initial variables (like format compact and the current
Is there a way to set the initial path for the FileUpload widget in
Is there a way to specify a child's initial window position in Qt? I

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.