|
-
Nov 21st, 2006, 08:30 PM
#1
Thread Starter
Lively Member
if statement
Hi all,
I am having problem with a simple If statement:
if(Value>0.0)
{
stack.push(Pj);
stack.push(Pi);
stack.push(Pt);
}
else
stack.push(convex.get(i));
Value is greater(double) then 0.0. After it goes "if statement", it continues to goes through "else". Event though the Value is greater than 0.0.
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|