If you are making a new array after negating from x , why not just have a condition for negative before making new array ?<br><br>Regards<br><br><div class="gmail_quote">On Wed, Dec 1, 2010 at 2:35 AM, rakesh patil <span dir="ltr">&lt;<a href="mailto:prakeshofficial@gmail.com">prakeshofficial@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>Hello,</div>
<div> </div>
<div>I have a single dimension array of say &#39;n&#39; elements. I need to subtract each and every value(from this array) from a scalar value say &#39;x&#39;.</div>
<div> </div>
<div>for example, I have array with values, {2,3,5,2,7,8,3}, and let x=4, then the final ouput should me x - arr(i)</div>
<div> </div>
<div>i.e. final output shud be, {2,1,-1,2,-3,-4,1}</div>
<div> </div>
<div>Then after getting this resultant array, I have to replace all the negative values with 0.</div>
<div> </div>
<div>Can anyone help me to accomplish this without iterating through the array...?</div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div>Regards</div>
<div>Rakesh Patil</div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>