 alkazaa
		
			alkazaa
		
		
		
		
		
		
		
		
	
			08-05-2005 01:23 AM
The type conversion from int32 (blue wire) to DBL (orange wire) is in your code only indicated by a (hardly visible) grey dot at the input of the multiply terminal. The explicit use of the DBL conversion means clearer code since it makes the type conversion obvious.
@labview1958 wrote:
Thanks. I understand the "zero" is not necessary. Thus I should connect "i" directly to multiply in place of the "zero". But why the need of the DBL between the "i" and the multiply?