Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

internal struct data

{

internal DateTime time_stamp;

internal double duration_good;

internal int count_good;

internal int count_bad;

internal double value_sum;

internal double value_sum2;

internal double? value_min;

internal DateTime? value_min_timestamp;

internal double? value_max;

internal DateTime? value_max_timestamp;

}

 

The struct works fine when used but

What kind of a decleration is DateTime? or double?

 

I'm using .NET framework v2 beta.

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...