Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MyDouble class

807599Dec 2 2006 — edited Dec 2 2006
I have to write this function. (I have a matrix class)
boolean getElem(int x, int y, MyDouble result): result is the element at (x,y).
I found MyDouble class at
http://www.javadoconline.com/search.jsp?from=main&class=MyDouble
But I can't use it at eclipse, what can I do? Does this class doesn't exist?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2006
Added on Dec 2 2006
4 comments
127 views