Page 1 of 1

Find Minimum Value

Posted: Thu Jul 07, 2022 8:17 am
by Dinesh
Hi,
I have three different values, so how to find out the minimum value. Please let me know.

For Example,

(10 , 5, 25)

Output: 5

Thanks.

Re: Find Minimum Value

Posted: Fri Jul 08, 2022 5:15 pm
by Lech Kulikowski
Hello,

You can use the Minimum() function from the Dictionary.

Thank you.

Re: Find Minimum Value

Posted: Tue Jul 12, 2022 3:31 am
by Dinesh
Hi,

It's only working on two variables but I want more variable to select minimum value. Please let me know.

Thanks.

Re: Find Minimum Value

Posted: Tue Jul 12, 2022 5:53 am
by Lech Kulikowski
Hello,

In that case, you can add your own functions to the Dictionary for that task.

Thank you.

Re: Find Minimum Value

Posted: Tue Jul 12, 2022 11:24 pm
by Dinesh
Hi,

Thanks for your response.

Re: Find Minimum Value

Posted: Wed Jul 13, 2022 7:34 am
by Max Shamanov
Hello,

You are welcome!