05-24-2017 07:21 AM
please help i find min value but i can't find quantity
Solved! Go to Solution.
05-24-2017 07:29 AM
please be more elaborate what you want,
unfortunately i can't read turkish (?).
what do you mean by quantity, the number of elements in an array?
05-24-2017 07:34 AM
How many times? For example 4 Times min value in Photo.excuse me my english bad
05-24-2017 07:43 AM - edited 05-24-2017 11:04 AM
Array min&max will give you the value.. Compare it with equal to the 2D array, convert the resulting 2D boolean array to 0,1, then sum the array elements.
(if the arrays is very large, insert a ToI32 before the sum. For large arrays, you might want to limit all the additional 2D array allocations)
05-24-2017 08:01 AM
Thank you a lot.
05-24-2017 08:05 AM - edited 05-24-2017 08:06 AM
<edit> too slow 😉 </edit>
05-24-2017 09:42 AM
How can i seperate digit in array this example last example please help me
05-24-2017 09:55 AM
Yeah, Ben already told you how to do that here. You might want to actually do some of your homework yourself, instead of asking others to do it for you.
05-24-2017 09:59 AM
05-24-2017 10:57 AM - edited 05-24-2017 11:01 AM
@orhnglsn wrote:
I know Just i ask one example other example search and try but this example hard for me because i am at first class in university
Everything you need to know was probably taught in class. Did you miss class?
Also remember that your teachers are reading this forum too. so if you get a solution here, make sure to fully study it in detail so you can explain the purpose of every single code element, what it does and why it is needed. Make sure that you can recreate the code from scratch starting with a blank VI.