Value Property

Hi, I have a little project set up that handles a bunch of numbers. It’s a mathematical utility program, and the pseudo-code formula looks like this:

x = (f*a – d*c) / (d*b – e*a);

I expected it to be pretty simple.
You know, the familiar x->Value = a->Value, etc. But the code

x2->Value = ( (f->Value)*(a->Value) – (d->Value)*(c->Value) ) / ( (d->Value)*(b->Value) – (e->Value)*(a->Value) );

returns the Build Error

‘Value’ : is not a member of ‘System::EventArgs’.

I’ve tested individual code snippets, and I think the problem lies in the second part, after the division.

View Complete Thread with Replies

No Reply.
Find related on my parent xResources.

Looking for something else? Search for it...

Tagged with: ,

No Replies

There are still no reply for this post.

Leave your reply...

If you want to leave your reply for this post, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .


Powered by: Wordpress & 3G Creations