 Jick
		
			Jick
		
		
		
		
		
		
		
		
	
			07-16-2009 05:19 AM
I have output which gives either negative number or positive number. My problems is how to detect the sign of the number and output boolean value? For example if input number is negative like -23.11 I want to output false and if the number is positive like 17.99 I want to output true.
T H A N K S!
Solved! Go to Solution.
 Jörn
		
			Jörn
		
		
		
		
		
		
		
		
	
			07-16-2009 05:21 AM
 K C
		
			K C
		
		
		
		
		
		
		
		
	
			07-16-2009 05:24 AM
Hi Jick,
Maybe you should look at the Comparison palette.
Things like smaller/greater than 0 and smaller/greater and Equal to 0
 Jörn
		
			Jörn
		
		
		
		
		
		
		
		
	
			07-16-2009 05:26 AM
07-16-2009 05:27 AM
 PhillipBrooks
		
			PhillipBrooks
		
		
		
		
		
		
		
		
	
			07-16-2009 10:06 AM - edited 07-16-2009 10:08 AM
 elset191
		
			elset191
		
		
		
		
		
		
		
		
	
			07-16-2009 10:43 AM
There is also a Sign vi, for future reference. However in this case that check against 0 gives you the boolean directly, and is more useful