CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Threaded View

  1. #3
    Join Date
    Nov 2006
    Posts
    1,611

    Re: math function on individual struct attributes in an array

    Really, though, this is too abstract.

    It would help to understand the relationships here. What concepts are embodied by dataA and dataB, how are they related?

    History, I understand the implication there, but when you say "median of both dataA and dataB" is that sum( dataA + dataB ) / volume, or two columns at once?

    At least, that's what's needed to respond to your question about the structure of your data.
    Last edited by JVene; July 2nd, 2009 at 08:36 AM.
    If my post was interesting or helpful, perhaps you would consider clicking the 'rate this post' to let me know (middle icon of the group in the upper right of the post).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured